styels
This commit is contained in:
@@ -65,7 +65,7 @@ const Profile = () => {
|
||||
setFollowers(
|
||||
Array.isArray(currentUserData?.followedBy)
|
||||
? currentUserData.followedBy.length
|
||||
: 0,
|
||||
: 0
|
||||
);
|
||||
return;
|
||||
}
|
||||
@@ -119,6 +119,7 @@ const Profile = () => {
|
||||
data={data}
|
||||
contentContainerStyle={{
|
||||
gap: 10,
|
||||
marginBottom: 80,
|
||||
}}
|
||||
keyExtractor={(item) => item.id}
|
||||
renderItem={({ item }) => (
|
||||
|
||||
Reference in New Issue
Block a user