Show empty copy when no notifications at all

pull/493/head
Lim Chee Aun 2024-04-11 17:13:34 +08:00
rodzic 8b5fee3dfd
commit 5083463942
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -608,7 +608,7 @@ function Notifications({ columnMode }) {
</label>
</div>
<h2 class="timeline-header">Today</h2>
{showTodayEmpty && !!snapStates.notifications.length && (
{showTodayEmpty && (
<p class="ui-state insignificant">
{uiState === 'default' ? "You're all caught up." : <>&hellip;</>}
</p>