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