diff --git a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx index b85834fe..713f3373 100644 --- a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx @@ -37,7 +37,6 @@ export function ItemTitle({ const title = item.name ?? item.layer?.item_default_name const subtitle = item.subname - const subtitleLabel = item.layer?.itemType.subtitle_label useEffect(() => { if (!containerRef.current || !title) {