Removed orphane code and root package-lock
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user