Remove orphans task
This commit is contained in:
parent
b5db9334c8
commit
2282dc2a14
8 changed files with 75 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ const Event = (props) => {
|
|||
};
|
||||
|
||||
fetchEvent();
|
||||
}, [id, addRecent]);
|
||||
}, [id, addRecent, removeRecent]);
|
||||
|
||||
useEffect(() => {
|
||||
const fetchPeople = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue