show cid instead of pending

This commit is contained in:
plebeius.eth
2023-06-15 15:50:13 +02:00
parent cb90be9d1a
commit 823eba8ca6
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const StateLabel = ({ commentIndex, className }) => {
return (
commentIndex && stateString !== "Succeeded" ? (
(comment.state === "failed" || (stateString === undefined && !isLoading)) ? (
(comment.state === "failed" || (stateString === undefined && !isLoading && comment.cid === undefined)) ? (
<span className="ttl">
<br />
(