fix formatting

This commit is contained in:
Anton Tranelis 2025-08-18 20:40:36 +02:00
parent 89ff940b74
commit 2874ebb0ae

View File

@ -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 {