mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
fix(web/context): allow displaying image without any metadata defined
This commit is contained in:
@@ -82,7 +82,7 @@ const Item: React.FC<{
|
|||||||
)}
|
)}
|
||||||
</Flex>
|
</Flex>
|
||||||
<Portal>
|
<Portal>
|
||||||
{option[1].metadata && (
|
{(option[1].metadata || option[1].image) && (
|
||||||
<PopoverContent
|
<PopoverContent
|
||||||
fontFamily="Poppins"
|
fontFamily="Poppins"
|
||||||
bg="gray.800"
|
bg="gray.800"
|
||||||
|
|||||||
Reference in New Issue
Block a user