From 50834639420b0befafc02da78050f420d1a371dc Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 11 Apr 2024 17:13:34 +0800 Subject: [PATCH] Show empty copy when no notifications at all --- src/pages/notifications.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index db70d268..2c46a431 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -608,7 +608,7 @@ function Notifications({ columnMode }) {

Today

- {showTodayEmpty && !!snapStates.notifications.length && ( + {showTodayEmpty && (

{uiState === 'default' ? "You're all caught up." : <>…}