From e5927a4811952c0da0eff181a90ee5cec8ca337d Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 4 Jun 2026 19:41:52 -0700 Subject: [PATCH] fix: clarify draft view action --- .../components/maps/LocationMapBottomSheet.jsx | 4 ++-- .../components/maps/LocationMapSetupPanel.jsx | 2 +- frontend/tests/location-map-manager.spec.ts | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/maps/LocationMapBottomSheet.jsx b/frontend/src/components/maps/LocationMapBottomSheet.jsx index 0965a85..0a32625 100644 --- a/frontend/src/components/maps/LocationMapBottomSheet.jsx +++ b/frontend/src/components/maps/LocationMapBottomSheet.jsx @@ -179,8 +179,8 @@ export default function LocationMapBottomSheet({
{showPreviewDraftAction ? ( - ) : null}
diff --git a/frontend/src/components/maps/LocationMapSetupPanel.jsx b/frontend/src/components/maps/LocationMapSetupPanel.jsx index 4624298..1f06f13 100644 --- a/frontend/src/components/maps/LocationMapSetupPanel.jsx +++ b/frontend/src/components/maps/LocationMapSetupPanel.jsx @@ -33,7 +33,7 @@ export default function LocationMapSetupPanel({ Continue Editing