This commit is contained in:
Lemmy
2026-01-16 17:21:38 -05:00
parent e28430570a
commit 1995e2bffe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -240,4 +240,4 @@ Loader {
}
}
}
}
}
+1 -1
View File
@@ -384,4 +384,4 @@ SmartPanel {
}
}
}
}
}
@@ -99,7 +99,7 @@ SmartPanel {
function countForRange(range) {
return rangeCounts[range] || 0;
}
function hasNotificationsInCurrentRange() {
var m = NotificationService.historyList;
if (!m || m.count === 0) {