Skip to content

Commit 542860a

Browse files
committed
Capacity percentage. Conflicts fixed
1 parent 2dee283 commit 542860a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

front/src/pods/embalse/components/reservoir-card-gauge.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export const ReservoirCardGauge: React.FC<Props> = (props) => {
1515
className="card bg-base-100 mx-auto w-full items-center gap-6 rounded-2xl p-4 shadow-lg"
1616
aria-labelledby="gauge-title"
1717
>
18-
<h2 id="gauge-title" className="text-center"></h2>
18+
<h2 id="gauge-title" className="text-center">
19+
{name}
20+
</h2>
1921
<GaugeChart percentage={percentage > 100 ? 100 : percentage} measurementDate=
2022
{measurementDate} />
2123
<GaugeLegend

0 commit comments

Comments
 (0)