diff --git a/front/src/pods/embalse/components/reservoir-gauge/gauge-chart/components/gauge-legend.component.tsx b/front/src/pods/embalse/components/reservoir-gauge/gauge-chart/components/gauge-legend.component.tsx index 6cc484b..0fa54fa 100644 --- a/front/src/pods/embalse/components/reservoir-gauge/gauge-chart/components/gauge-legend.component.tsx +++ b/front/src/pods/embalse/components/reservoir-gauge/gauge-chart/components/gauge-legend.component.tsx @@ -10,7 +10,7 @@ export const GaugeLegend = ({ currentVolume, totalCapacity }: Props) => {
- Embalsada: {currentVolume}m³ + Embalsada: {currentVolume}Hm³
@@ -18,7 +18,7 @@ export const GaugeLegend = ({ currentVolume, totalCapacity }: Props) => {
- Total: {totalCapacity}m³ + Total: {totalCapacity}Hm³