diff --git a/src/components/manage/Blocks/SimpleDataTable/templates/expandable/PopupRow.jsx b/src/components/manage/Blocks/SimpleDataTable/templates/expandable/PopupRow.jsx index 3d48303..aeea270 100644 --- a/src/components/manage/Blocks/SimpleDataTable/templates/expandable/PopupRow.jsx +++ b/src/components/manage/Blocks/SimpleDataTable/templates/expandable/PopupRow.jsx @@ -199,12 +199,7 @@ const PopupRow = ({ > {popupSchema.title} - - {popupSchema.description && ( -
- -
- )} +
{popupSchema.logo && ( )} + {popupSchema.email && popupSchema.url && ( +
+ {popupSchema.email && ( +
+

+ Email: +

+ + {popupSchema.email} + +
+ )} + {popupSchema.url && ( +
+

+ Website: +

+ + {popupSchema.url} + +
+ )} +
+ )} +
+ + {popupSchema.description && ( +
+ +
+ )}
- {popupSchema.email && popupSchema.url && ( -
- {popupSchema.email && ( -
-

Email:

- - {popupSchema.email} - -
- )} - {popupSchema.url && ( -
-

- Website: -

- - {popupSchema.url} - -
- )} -
- )} +