diff --git a/static/index.html b/static/index.html
index 37dbb08..5b32a0c 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1111,8 +1111,7 @@
-
-
+
@@ -3368,7 +3367,6 @@
var assets = result.data;
assetTotal = parseInt(result.headers.get('X-Total-Count')) || assets.length;
renderAssetList(assets);
- renderFilterPills(assets);
renderPagination();
var countEl = document.getElementById('resultCount');
countEl.textContent = assetTotal + ' asset' + (assetTotal !== 1 ? 's' : '') + ' found';