diff --git a/templates/index.html b/templates/index.html
index f1ead23..c47632a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -92,6 +92,9 @@
Add Set
+
+ Missing
+
@@ -587,7 +590,7 @@ document.addEventListener('DOMContentLoaded', function () {
gridItems.forEach(function(item) {
const themeLink = item.querySelector('.set_theme');
const themeId = themeLink.textContent.trim();
- if (!selectedTheme || themeId === selectedTheme || selectedTheme == "Show all") {
+ if (!selectedTheme || themeId === selectedTheme || selectedTheme == '> Show all <') {
item.style.display = 'block'; // Show the grid item
} else {
item.style.display = 'none'; // Hide the grid item