- Fixed events not fetching for the family device

This commit is contained in:
Dejan
2025-01-15 00:05:08 +01:00
parent 74c0369acf
commit 5b7f54403c
2 changed files with 9 additions and 11 deletions

View File

@ -44,10 +44,6 @@ const UsersList = () => {
return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase();
};
useEffect(() => {
console.log(selectedUser);
}, [selectedUser]);
return (
<View centerH paddingT-10 marginB-70>
{sortedMembers?.map((member, index) => (