fix eslint

This commit is contained in:
Tom (plebeius.eth)
2024-11-08 11:18:47 +01:00
parent 18dfefcb4f
commit b0a3bc8b94
+1 -1
View File
@@ -54,7 +54,7 @@ const usePublishReply = ({ cid, subplebbitAddress, postCid }: { cid: string; sub
setReplyStore(newOptions);
},
[subplebbitAddress, parentCid, author, signer, content, link, spoiler, setReplyStore, anonMode, account],
[subplebbitAddress, parentCid, author, signer, content, link, spoiler, setReplyStore, anonMode, account, postCid],
);
const resetPublishReplyOptions = useCallback(() => resetReplyStore(parentCid), [parentCid, resetReplyStore]);