mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
improve PostOnHover positioning logic
This commit is contained in:
@@ -15,8 +15,6 @@ const StateLabel = ({ commentIndex, className }) => {
|
||||
|
||||
if (commentIndex === undefined) return null;
|
||||
|
||||
console.log(commentIndex, stateString, comment);
|
||||
|
||||
return (
|
||||
commentIndex && stateString !== "Succeeded" ? (
|
||||
(comment.state === "failed" || (stateString === undefined && !isLoading)) ? (
|
||||
|
||||
Reference in New Issue
Block a user