mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
show cid instead of pending
This commit is contained in:
@@ -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 />
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user