diff --git a/src/scenes/Root/Notifications/Notifications.tsx b/src/scenes/Root/Notifications/Notifications.tsx index cd87e5ea3..115cfc023 100644 --- a/src/scenes/Root/Notifications/Notifications.tsx +++ b/src/scenes/Root/Notifications/Notifications.tsx @@ -117,6 +117,11 @@ export const Notifications = () => { onReadToggle={onReadToggle(notification)} /> ))} + {data && data.items.length === 0 && ( + + None yet! + + )} {data?.hasMore && ( loadMore()}> Load more