mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-11-02 05:57:07 +00:00
fix reaction bug
This commit is contained in:
@@ -234,7 +234,11 @@ export const MessageItem = ({
|
||||
handleReaction(reaction, message, true)
|
||||
}
|
||||
}}>
|
||||
<div>{reaction}</div>
|
||||
<div>{reaction}</div> {numberOfReactions > 1 && (
|
||||
<Typography sx={{
|
||||
marginLeft: '4px'
|
||||
}}>{' '} {numberOfReactions}</Typography>
|
||||
)}
|
||||
</ButtonBase>
|
||||
)
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user