mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
- Fixed events not fetching for the family device
This commit is contained in:
@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user