We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09b9fc commit d7edd78Copy full SHA for d7edd78
src/components/ChannelList/ChannelList.tsx
@@ -307,7 +307,7 @@ export const ChannelList = <
307
});
308
309
useEffect(() => {
310
- // TODO: Use sync api endpoint to refresh the list, instead of caliing queryChannels.
+ // TODO: Use sync api endpoint to refresh the list, instead of calling queryChannels.
311
refreshList();
312
}, [forceUpdate]);
313
0 commit comments