Fix suggested follows scrolling (#8036)

This commit is contained in:
Eric Bailey
2025-04-01 11:33:31 -05:00
committed by GitHub
parent 3d7fce563e
commit 4db3ccbec7
+2
View File
@@ -360,6 +360,7 @@ export function ProfileGrid({
</View>
) : (
<BlockDrawerGesture>
<View>
<ScrollView
horizontal
showsHorizontalScrollIndicator={false}
@@ -389,6 +390,7 @@ export function ProfileGrid({
</Button>
</View>
</ScrollView>
</View>
</BlockDrawerGesture>
)}
</View>