diff --git a/src/screens/notifications/index.tsx b/src/screens/notifications/index.tsx index a8a7621b..fbf416ea 100644 --- a/src/screens/notifications/index.tsx +++ b/src/screens/notifications/index.tsx @@ -64,9 +64,6 @@ const Notifications = () => { addClickstreamEvent(CLICKSTREAM_EVENT_NAMES.FA_NOTIFICATIONS_LOADED, { count: data?.length, }); - if (data?.length) { - return; - } onRefresh(); }, []);