diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx index e31cb043..f628ce99 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.tsx @@ -86,7 +86,6 @@ export const TextView = ({ item, truncate = false, itemTextField}: { item?: Item const CustomExternalLink = ({ href, children }) => ( {children} ); const CustomHashTagLink = ({ children, tag, item }) => {