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 */}