fix linter

This commit is contained in:
Simon
2025-01-07 09:48:45 +07:00
parent 8ca943ca7b
commit 09ef342de7
18 changed files with 42 additions and 34 deletions

View File

@@ -72,7 +72,6 @@ const ChannelVideo = ({ videoType }: ChannelVideoProps) => {
setVideoAggsResponse(channelAggs);
setRefresh(false);
})();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [
refresh,
userConfig.config.sort_by,