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> </View>
) : ( ) : (
<BlockDrawerGesture> <BlockDrawerGesture>
<View>
<ScrollView <ScrollView
horizontal horizontal
showsHorizontalScrollIndicator={false} showsHorizontalScrollIndicator={false}
@@ -389,6 +390,7 @@ export function ProfileGrid({
</Button> </Button>
</View> </View>
</ScrollView> </ScrollView>
</View>
</BlockDrawerGesture> </BlockDrawerGesture>
)} )}
</View> </View>