Little fix due to better mark

This commit is contained in:
2025-06-17 19:09:27 +02:00
parent 5e2926b9ef
commit 7b275c4e39
4 changed files with 23 additions and 15 deletions

View File

@@ -9,8 +9,7 @@ import useLocationStore from "@/locationStore";
export default function Index() {
const theme = useTheme();
const {locations} = useLocationStore();
const loading = useLocationStore((state) => state.loading);
const {locations, loading} = useLocationStore();
if (loading) {
return (