fix list and improve cloud functions
This commit is contained in:
@@ -65,7 +65,7 @@ const Profile = () => {
|
||||
setFollowers(
|
||||
Array.isArray(currentUserData?.followedBy)
|
||||
? currentUserData.followedBy.length
|
||||
: 0
|
||||
: 0,
|
||||
);
|
||||
return;
|
||||
}
|
||||
@@ -263,7 +263,12 @@ const Profile = () => {
|
||||
// }
|
||||
>
|
||||
{isWeb && (
|
||||
<Pressable onPress={() => SheetManager.show("ProfileSettings")}>
|
||||
<Pressable
|
||||
style={{
|
||||
zIndex: 2,
|
||||
}}
|
||||
onPress={() => SheetManager.show("ProfileSettings")}
|
||||
>
|
||||
<Image
|
||||
source={icons.more}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user