diff --git a/frontend/src/components/maps/LocationMapToolbar.jsx b/frontend/src/components/maps/LocationMapToolbar.jsx index 61b2986..12e5397 100644 --- a/frontend/src/components/maps/LocationMapToolbar.jsx +++ b/frontend/src/components/maps/LocationMapToolbar.jsx @@ -24,7 +24,10 @@ export default function LocationMapToolbar({ const showHistoryControls = mode === "edit" && showHistorySlot; return ( -
+
- {showHistorySlot ? ( -
- - -
- ) : null} - {mode === "edit" && canManage ? ( -
- - -
- ) : null}
+ {showHistorySlot ? ( +
+ + +
+ ) : null} + {mode === "edit" && canManage ? ( +
+ + +
+ ) : null}