diff --git a/src/Components/Map/Subcomponents/ItemFormPopup.tsx b/src/Components/Map/Subcomponents/ItemFormPopup.tsx index 7b3c42fc..d37d1fe6 100644 --- a/src/Components/Map/Subcomponents/ItemFormPopup.tsx +++ b/src/Components/Map/Subcomponents/ItemFormPopup.tsx @@ -176,10 +176,10 @@ export function ItemFormPopup(props: Props) { onSubmit={(e) => handleSubmit(e)} > {popupForm.item ? ( -
+
) : ( -
- {menuText} +
+ {menuText}
)} @@ -201,21 +201,21 @@ export function ItemFormPopup(props: Props) { placeholder='Text' dataField='text' defaultValue={popupForm.item?.text ?? ''} - inputStyle='tw-h-40 tw-mt-5' + inputStyle='tw:h-40 tw:mt-5' /> )} -
+
diff --git a/src/Components/Map/Subcomponents/ItemViewPopup.tsx b/src/Components/Map/Subcomponents/ItemViewPopup.tsx index 4a6f5925..87001bda 100644 --- a/src/Components/Map/Subcomponents/ItemViewPopup.tsx +++ b/src/Components/Map/Subcomponents/ItemViewPopup.tsx @@ -100,7 +100,7 @@ export const ItemViewPopup = forwardRef((props: ItemViewPopupProps, ref: any) => }} loading={loading} /> -
+
{props.children ?? }