Little fix due to better mark
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user