This commit is contained in:
2025-09-03 16:36:00 +02:00
parent 4e5390e97b
commit 482dd3f964
5 changed files with 69 additions and 29 deletions
+2 -1
View File
@@ -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 }) => (