{infoExpanded ? (
diff --git a/lib/src/Components/Profile/Templates/SimpleView.tsx b/lib/src/Components/Profile/Templates/SimpleView.tsx
index 1f28442b..2af386be 100644
--- a/lib/src/Components/Profile/Templates/SimpleView.tsx
+++ b/lib/src/Components/Profile/Templates/SimpleView.tsx
@@ -5,7 +5,7 @@ import type { Item } from '#types/Item'
export const SimpleView = ({ item }: { item: Item }) => {
return (
-
+
)
}
diff --git a/lib/src/Components/Profile/Templates/TabsForm.tsx b/lib/src/Components/Profile/Templates/TabsForm.tsx
index 488e917a..2c4d2b63 100644
--- a/lib/src/Components/Profile/Templates/TabsForm.tsx
+++ b/lib/src/Components/Profile/Templates/TabsForm.tsx
@@ -10,7 +10,7 @@ import { useNavigate } from 'react-router-dom'
import { RichTextEditor } from '#components/Input/RichTextEditor/RichTextEditor'
import { useUpdateItem } from '#components/Map/hooks/useItems'
-import { PopupStartEndInput, TextView } from '#components/Map/Subcomponents/ItemPopupComponents'
+import { PopupStartEndInput, TextPreview } from '#components/Map/Subcomponents/ItemPopupComponents'
import { ActionButton } from '#components/Profile/Subcomponents/ActionsButton'
import { LinkedItemsHeaderView } from '#components/Profile/Subcomponents/LinkedItemsHeaderView'
import { TagsWidget } from '#components/Profile/Subcomponents/TagsWidget'
@@ -142,7 +142,7 @@ export const TabsForm = ({
loading={loading}
/>
-
+
))}
diff --git a/lib/src/Components/Profile/Templates/TabsView.tsx b/lib/src/Components/Profile/Templates/TabsView.tsx
index 66de6a94..9837a3fc 100644
--- a/lib/src/Components/Profile/Templates/TabsView.tsx
+++ b/lib/src/Components/Profile/Templates/TabsView.tsx
@@ -12,7 +12,11 @@ import { Link, useNavigate } from 'react-router-dom'
import { useAppState } from '#components/AppShell/hooks/useAppState'
import { useAddFilterTag } from '#components/Map/hooks/useFilter'
import { useItems } from '#components/Map/hooks/useItems'
-import { StartEndView, TextView } from '#components/Map/Subcomponents/ItemPopupComponents'
+import {
+ StartEndView,
+ TextPreview,
+ TextView,
+} from '#components/Map/Subcomponents/ItemPopupComponents'
import { ActionButton } from '#components/Profile/Subcomponents/ActionsButton'
import { LinkedItemsHeaderView } from '#components/Profile/Subcomponents/LinkedItemsHeaderView'
import { TagView } from '#components/Templates/TagView'
@@ -104,9 +108,9 @@ export const TabsView = ({