Skip to content

Commit d7edd78

Browse files
Update src/components/ChannelList/ChannelList.tsx
Co-authored-by: Vir Desai <[email protected]>
1 parent e09b9fc commit d7edd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChannelList/ChannelList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export const ChannelList = <
307307
});
308308

309309
useEffect(() => {
310-
// TODO: Use sync api endpoint to refresh the list, instead of caliing queryChannels.
310+
// TODO: Use sync api endpoint to refresh the list, instead of calling queryChannels.
311311
refreshList();
312312
}, [forceUpdate]);
313313

0 commit comments

Comments
 (0)