From 2874ebb0ae556fb24b2e9f5b15233e2d989451de Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 18 Aug 2025 20:40:36 +0200 Subject: [PATCH] fix formatting --- lib/src/Components/Map/Subcomponents/ItemFormPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Components/Map/Subcomponents/ItemFormPopup.tsx b/lib/src/Components/Map/Subcomponents/ItemFormPopup.tsx index c41f98a7..6394a3d8 100644 --- a/lib/src/Components/Map/Subcomponents/ItemFormPopup.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemFormPopup.tsx @@ -167,7 +167,7 @@ export function ItemFormPopup(props: Props) { if (result.success && result.data) { // Ensure the item has the layer object attached const itemWithLayer = { ...result.data, layer: popupForm.layer } - + if (isUserProfileUpdate) { updateItem(itemWithLayer) } else {