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
@@ -39,7 +39,7 @@ const Pending = () => {
setSelectedAddress(comment?.subplebbitAddress);
}, [comment, setSelectedAddress]);
const stateString = useStateString(comment?.clients)
const stateString = useStateString(comment)
const errorString = useMemo(() => {
if (comment?.state === 'failed') {