Skip to content

Commit

Permalink
Channel Profile issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-01k committed Apr 29, 2024
1 parent 4473738 commit 75b5638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/segments/ChannelProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75b5638

Please sign in to comment.