diff --git a/public/index.html b/public/index.html
index 0f566b9..f596f73 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3418,47 +3418,6 @@
);
};
-
- {/* Clear filters */}
- {hasActiveFilters && (
-
- )}
-
- )}
-
- {activeSource &&
Source: {activeSource}
}
-
-
- {spots.length > 0 ? spots.map((s, i) => (
-
- {s.freq}
- {s.call}
- {s.comment}
- {s.time}
-
- )) : (
-
- {hasActiveFilters ? 'No spots match filters' : 'No spots available'}
-
- )}
-
-
- );
- };
const POTAPanel = ({ activities, loading, showOnMap, onToggleMap }) => (