fix(ui): small bug where on small web views the final card was not full height
This commit is contained in:
@@ -433,6 +433,7 @@ function SeeMoreSuggestedProfilesCard() {
|
||||
return (
|
||||
<Button
|
||||
label={_(msg`Browse more accounts on the Explore page`)}
|
||||
style={[a.flex_col]}
|
||||
onPress={() => {
|
||||
navigation.navigate('SearchTab')
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user