fix state strings

This commit is contained in:
Esteban Abaroa
2023-05-15 04:44:33 +00:00
parent 118d9b4f2e
commit 128842caac
5 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const Thread = () => {
const { subplebbitAddress, threadCid } = useParams();
const handleClickForm = useClickForm();
const stateString = useStateString(comment?.clients);
const stateString = useStateString(comment);
const commentMediaInfo = getCommentMediaInfo(comment);
const fallbackImgUrl = "assets/filedeleted-res.gif";