From d116129c6237345faa7786ac554bcbe1fd759fd9 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 14 Jun 2026 22:58:28 -0700 Subject: [PATCH] fix: simplify map state messages --- .../components/maps/LocationMapStateViews.jsx | 14 ++------ .../src/styles/pages/LocationMapManager.css | 12 +++++++ frontend/tests/location-map-manager.spec.ts | 32 +++++++++---------- 3 files changed, 30 insertions(+), 28 deletions(-) diff --git a/frontend/src/components/maps/LocationMapStateViews.jsx b/frontend/src/components/maps/LocationMapStateViews.jsx index bf5f890..f45addf 100644 --- a/frontend/src/components/maps/LocationMapStateViews.jsx +++ b/frontend/src/components/maps/LocationMapStateViews.jsx @@ -11,12 +11,7 @@ export function LocationMapMessageState({ message, location, status = "Loading",

{status}

-
-
- Message - {message} -
-
+

{message}

@@ -30,12 +25,7 @@ export function LocationMapLoadErrorState({ location, loadError, onBack, onRetry

Map Unavailable

-
-
- Error - {loadError} -
-
+

{loadError}