From 14a38b087ed1f21d2e1f9abcbfb7df59f4c796e4 Mon Sep 17 00:00:00 2001 From: Carson Full Date: Mon, 21 Oct 2024 12:15:11 -0500 Subject: [PATCH] Add empty state --- src/scenes/Root/Notifications/Notifications.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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