From 031b1396575039a4cd7d65ac7556d6bb82cd7a8a Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sat, 14 Jun 2025 18:25:33 +0200 Subject: [PATCH] Get rid of duplicate system text --- src/components/SystemTracker.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/SystemTracker.tsx b/src/components/SystemTracker.tsx index 2a613f1..8e59a07 100644 --- a/src/components/SystemTracker.tsx +++ b/src/components/SystemTracker.tsx @@ -148,22 +148,6 @@ const SystemTracker = ({ system }: SystemTrackerProps) => { Refresh - -
-
- {signaturesLoading ? ( -
Loading system...
- ) : system ? ( -
{system}
- ) : ( -
No system data
- )} -
- - {signatures.length} Signatures - -
-
{/* Error Display */}