diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index 40151c761..1cb5dd1b9 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -407,7 +407,7 @@ export function CommentCreate(props: Props) { if (!channelSettings && channelId) { doFetchCreatorSettings(channelId); } - }, [channelId, channelSettings, doFetchCreatorSettings]); + }, []); // eslint-disable-line react-hooks/exhaustive-deps // Notifications: Fetch top-level comments to identify if it has been deleted and can reply to it React.useEffect(() => {