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

@ -7,7 +7,7 @@ import relativeTime from 'dayjs/plugin/relativeTime';
import { useSettingsStore, useLocaleUpdateStore } from 'stores';
import { Legend, Center } from 'components';
import { Legend } from 'components';
import {
Wrapper,
ScrollWrapper,

View file

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