fix eslint

This commit is contained in:
Tom (plebeius.eth)
2025-01-26 23:06:49 +01:00
parent df96360777
commit 65e62c0bef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ const PostFormTable = ({ closeForm, postCid }: { closeForm: () => void; postCid:
setPublishPostStore({ displayName });
}
}
}, [displayName, isInPostView]);
}, [displayName, isInPostView, setPublishReplyOptions, setPublishPostStore]);
return (
<table className={styles.postFormTable}>