[object Object]

← back to Norma

Clean lint autofix whitespace

55fb2ea7ed0b94dc49882535c4234c394bde9cae · 2026-09-09 07:42:10 -0700 · Steve Abrams

Files touched

Diff

commit 55fb2ea7ed0b94dc49882535c4234c394bde9cae
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Sep 9 07:42:10 2026 -0700

    Clean lint autofix whitespace
---
 components/NewsTab.tsx            | 2 +-
 components/viz/NetworkGraph3D.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/NewsTab.tsx b/components/NewsTab.tsx
index 1a10029..4cf8bf5 100644
--- a/components/NewsTab.tsx
+++ b/components/NewsTab.tsx
@@ -823,7 +823,7 @@ export default function NewsTab({ onNavigate, onNavigateToJournalist }: { onNavi
     } finally {
       setLoading(false);
     }
-     
+
   }, [debouncedSearch, selectedOutlet, dateRange, selectedTagsKey, mentionsOnly]);
 
   useEffect(() => { fetchNews(); }, [fetchNews]);
diff --git a/components/viz/NetworkGraph3D.tsx b/components/viz/NetworkGraph3D.tsx
index 601060e..92eb0a9 100644
--- a/components/viz/NetworkGraph3D.tsx
+++ b/components/viz/NetworkGraph3D.tsx
@@ -648,7 +648,7 @@ export default function NetworkGraph3D() {
       cameraRef.current = null;
       controlsRef.current = null;
     };
-   
+
   }, [graphData]);
 
   // ── Actions ────────────────────────────────────────────────────────────────

← 494dad3 Align Norma lint toolchain and autofix safe issues  ·  back to Norma  ·  Clear Norma release lint and type gate b70d36d →