diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx index 95847b40..dca14fc4 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx @@ -137,7 +137,8 @@ export function HeaderView({ editCallback && (
  • item.layer?.customEditLink ? navigate( @@ -155,7 +156,8 @@ export function HeaderView({ setPositionCallback && (
  • @@ -166,7 +168,11 @@ export function HeaderView({ hasUserPermission(api.collectionName!, 'delete', item) && deleteCallback && (
  • - + {loading ? ( ) : (