mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix state labels to reflect precise state
This commit is contained in:
@@ -21,13 +21,7 @@ const StateLabel = ({ commentIndex, className }) => {
|
||||
null
|
||||
) : (
|
||||
stateString === undefined && !isLoading && comment.cid === undefined ? (
|
||||
<span className="ttl">
|
||||
<br />
|
||||
(
|
||||
<span className={className}>
|
||||
</span>
|
||||
)
|
||||
</span>
|
||||
null
|
||||
) : (
|
||||
<span className="ttl">
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user