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