Remove orphans task

This commit is contained in:
Ben Grant 2021-06-19 13:12:51 +10:00
parent b5db9334c8
commit 2282dc2a14
8 changed files with 75 additions and 2 deletions

View file

@ -96,7 +96,7 @@ const Event = (props) => {
};
fetchEvent();
}, [id, addRecent]);
}, [id, addRecent, removeRecent]);
useEffect(() => {
const fetchPeople = async () => {