mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-28 13:57:51 +00:00
fix
This commit is contained in:
parent
775387ae2a
commit
19b183aabf
@ -311,10 +311,12 @@ const onSeenFunc = useCallback(()=> {
|
||||
</Box>
|
||||
</>
|
||||
)}
|
||||
|
||||
{htmlText && (
|
||||
<MessageDisplay
|
||||
htmlContent={htmlText}
|
||||
/>
|
||||
htmlContent={htmlText}
|
||||
/>
|
||||
)}
|
||||
|
||||
|
||||
{message?.decryptedData?.type === "notification" ? (
|
||||
<MessageDisplay htmlContent={message.decryptedData?.data?.message} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user