mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +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>
|
||||
<Portal>
|
||||
{option[1].metadata && (
|
||||
{(option[1].metadata || option[1].image) && (
|
||||
<PopoverContent
|
||||
fontFamily="Poppins"
|
||||
bg="gray.800"
|
||||
|
||||
Reference in New Issue
Block a user