Skip to content

Commit 2857a67

Browse files
fix: pull to refresh functionality
1 parent 0027636 commit 2857a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/ChannelList/hooks/usePaginatedChannels.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const usePaginatedChannels = <
6161

6262
const hasUpdatedData =
6363
queryType === 'loadChannels' ||
64+
queryType === 'refresh' ||
6465
[
6566
JSON.stringify(filtersRef.current) !== JSON.stringify(filters),
6667
JSON.stringify(sortRef.current) !== JSON.stringify(sort),

0 commit comments

Comments
 (0)