diff --git a/eslint.config.mjs b/eslint.config.mjs
index 771706d..fe09e21 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -15,8 +15,6 @@ const eslintConfig = [
rules: {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
- "react-hooks/rules-of-hooks": "off",
- "react-hooks/exhaustive-deps": "off",
"prefer-const": "off"
}
}
diff --git a/src/components/MapView.tsx b/src/components/MapView.tsx
index 4dbd0f0..5d68fb7 100644
--- a/src/components/MapView.tsx
+++ b/src/components/MapView.tsx
@@ -277,12 +277,6 @@ export default function MapView() {
ariaLabel="Refresh map nodes"
/>
- {/* Add keyframes for spin animation */}
-