From c310e238c7d4bc6d33ba81efe00bb755309a676d Mon Sep 17 00:00:00 2001 From: steveoh Date: Wed, 12 Jun 2024 13:45:26 -0600 Subject: [PATCH] style: move results higher in geocoding result --- src/pages/Geocoding.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Geocoding.jsx b/src/pages/Geocoding.jsx index 77b3c33..f57a4b1 100644 --- a/src/pages/Geocoding.jsx +++ b/src/pages/Geocoding.jsx @@ -32,7 +32,7 @@ export default function Geocoding() { (reason) => { window.ugrc.cancelGeocode(reason).catch(handleError); }, - [handleError] + [handleError], ); useEffect(() => { @@ -180,6 +180,7 @@ export default function Geocoding() { ← Back

Geocoding progress

+
{getElementsByStatus(stats.status)}
{progress}% @@ -220,7 +221,6 @@ export default function Geocoding() { - {getElementsByStatus(stats.status)} );