mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +00:00
Merge branch 'dev' of https://github.com/urosran/cally into dev
This commit is contained in:
@ -128,7 +128,7 @@ const ToDosList = ({ isSettings, members }: { isSettings?: boolean, members?: Ar
|
||||
|
||||
let selectedOption = options?.find((option) => option.value === user?.uid);
|
||||
setSelectedFilter(selectedOption);
|
||||
}, [members]);
|
||||
}, [JSON.stringify(members)]);
|
||||
|
||||
useEffect(() => {
|
||||
if (toDos && selectedFilter) {
|
||||
|
||||
Reference in New Issue
Block a user