diff --git a/src/segments/ChannelProfile.tsx b/src/segments/ChannelProfile.tsx index 16188c3fff..1410c3a084 100644 --- a/src/segments/ChannelProfile.tsx +++ b/src/segments/ChannelProfile.tsx @@ -84,10 +84,10 @@ const ChannelProfile = ({ channelID, loadTeaser, playTeaser, minimal, profileTyp setLoadingNotifs(false); // ENABLE PAGINATION HERE - dispatch(addPaginatedNotifications(response.notifications)); - if (response.notifications.length === 0) { - dispatch(setFinishedFetching()); - } + // dispatch(addPaginatedNotifications(response.notifications)); + // if (response.notifications.length === 0) { + // dispatch(setFinishedFetching()); + // } }) .catch((err) => { // ENABLE NO NOTIFICATION FOUND HERE