mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 08:21:19 -05:00
Update edit-form.tsx
This commit is contained in:
@@ -77,7 +77,7 @@ const EditForm = ({ commentCid, content, hideEditForm, spoiler = false, subplebb
|
||||
// cleanup
|
||||
resetEditStore();
|
||||
};
|
||||
}, [commentCid, content, spoiler, subplebbitAddress]);
|
||||
}, [commentCid, content, spoiler, subplebbitAddress, resetEditStore, setEditStore]);
|
||||
|
||||
const { publishCommentEdit } = usePublishCommentEdit(publishCommentEditOptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user