feat: Group map entities + delete useless logs

This commit is contained in:
2025-07-13 20:56:25 +03:00
parent bf117ef048
commit 97f95fc394
9 changed files with 374 additions and 236 deletions

View File

@@ -93,9 +93,7 @@ export const LinkedSightsContents = <
const [isLoading, setIsLoading] = useState<boolean>(true);
const [error, setError] = useState<string | null>(null);
useEffect(() => {
console.log(error);
}, [error]);
useEffect(() => {}, [error]);
const parentResource = "station";
const childResource = "sight";