diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx index 36e03060..36f73318 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx @@ -25,7 +25,7 @@ export const TextView = ({ truncate = false, rawText, }: { - item: Item + item?: Item itemId: string text?: string truncate?: boolean