colors web

This commit is contained in:
2025-10-02 13:59:05 +02:00
parent e7b4f01573
commit 0ccdcf3084
7 changed files with 55 additions and 58 deletions
+2 -3
View File
@@ -65,7 +65,7 @@ const Profile = () => {
setFollowers(
Array.isArray(currentUserData?.followedBy)
? currentUserData.followedBy.length
: 0,
: 0
);
return;
}
@@ -139,8 +139,7 @@ const Profile = () => {
setSelectedProjectId(item.id);
setMenuPosition(posTop);
setShowMenu(
(prev) =>
!prev || posTop?.top !== (menuPosition?.top ?? null),
(prev) => !prev || posTop?.top !== (menuPosition?.top ?? null)
);
}}
/>