mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
fix(nui): Don't display metadata popover if there is no metadata
This commit is contained in:
@@ -59,9 +59,7 @@ const TextUI: React.FC = () => {
|
||||
borderRadius="md"
|
||||
maxW="xs"
|
||||
>
|
||||
<Text>
|
||||
<ReactMarkdown>{data.text}</ReactMarkdown>
|
||||
</Text>
|
||||
<ReactMarkdown>{data.text}</ReactMarkdown>
|
||||
</Box>
|
||||
</ScaleFade>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user