Removed orphane code and root package-lock

This commit is contained in:
2023-08-12 12:28:38 +03:00
parent 6241fafbc6
commit 79ff0a3813
4 changed files with 6 additions and 14 deletions

View File

@ -7,8 +7,6 @@ import { Category } from '../../assets/category'
import { composeTrashboxURL, processTrashbox } from '../../api/trashbox'
const useTrashboxes = (position: LatLng, category: Category): UseFetchReturn<Trashbox[]> => (
// TODO: Remove once available
// eslint-disable-next-line react-hooks/rules-of-hooks
useFetch(
composeTrashboxURL(position, category),
'GET',