Show empty copy when no notifications at all
This commit is contained in:
parent
8b5fee3dfd
commit
5083463942
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ function Notifications({ columnMode }) {
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="timeline-header">Today</h2>
|
<h2 class="timeline-header">Today</h2>
|
||||||
{showTodayEmpty && !!snapStates.notifications.length && (
|
{showTodayEmpty && (
|
||||||
<p class="ui-state insignificant">
|
<p class="ui-state insignificant">
|
||||||
{uiState === 'default' ? "You're all caught up." : <>…</>}
|
{uiState === 'default' ? "You're all caught up." : <>…</>}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue