diff --git a/src/app/components/ItemDisplay.tsx b/src/app/components/ItemDisplay.tsx index dbe962fc..116e8f6c 100644 --- a/src/app/components/ItemDisplay.tsx +++ b/src/app/components/ItemDisplay.tsx @@ -61,7 +61,7 @@ export function ItemDisplay({ item, slotDecoration, tooltip, advancedTooltip }: }
} - {tooltip !== false &&
ResolvedItem, } export function ItemTooltip({ item, advanced, resolver }: Props) { - if (item.has('hide_tooltip')) { - return <> - } - return <> {!advanced && !item.has('custom_name') && item.is('filled_map') && item.has('map_id') && (