From c72220457b705bde96d8fa87cd5d9075b8b4244f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 18 Feb 2025 15:00:54 +0100 Subject: [PATCH] fix typing fix an inhereted type --- .../Map/Subcomponents/ItemPopupComponents/TextView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx index a71df576..6673b3bc 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx @@ -128,7 +128,7 @@ export const TextView = ({ }: { children: string tag: Tag - itemId: string + itemId?: string }) => { return (