From 3dd07d66f646aabb59de949690a09b2c59507ea6 Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Thu, 14 Dec 2023 18:02:04 +0100 Subject: [PATCH] recover zero on cost surface map legend --- .../map/legend/types/gradient/index.tsx | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/app/components/map/legend/types/gradient/index.tsx b/app/components/map/legend/types/gradient/index.tsx index 9dfa9b96ca..e28fa93050 100644 --- a/app/components/map/legend/types/gradient/index.tsx +++ b/app/components/map/legend/types/gradient/index.tsx @@ -41,19 +41,17 @@ export const LegendTypeGradient: React.FC = ({ /> );