TP-28534 | hot fix (#405)

This commit is contained in:
Himanshu Kansal
2023-05-16 14:55:31 +05:30
committed by GitHub Enterprise
parent 170c67fb2a
commit f182753ab6

View File

@@ -64,9 +64,6 @@ const Notifications = () => {
addClickstreamEvent(CLICKSTREAM_EVENT_NAMES.FA_NOTIFICATIONS_LOADED, {
count: data?.length,
});
if (data?.length) {
return;
}
onRefresh();
}, []);