minor fix

This commit is contained in:
nflnkr 2023-06-20 13:12:35 +03:00
parent 5fb0ee5511
commit 2ed7cb98b8

@ -28,7 +28,7 @@ export function useTariffs({ url, tariffsPerPage, apiPage, onNewTariffs, onError
setFetchState("idle");
} else setFetchState("all fetched");
}).catch(error => {
console.log("Error fetching tariffs", error);
devlog("Error fetching tariffs", error);
onError(error);
});