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
@@ -99,7 +99,7 @@ SmartPanel {
function countForRange(range) {
return rangeCounts[range] || 0;
}
function hasNotificationsInCurrentRange() {
var m = NotificationService.historyList;
if (!m || m.count === 0) {