Skip to content

Commit

Permalink
fix: indicateur passagers transportés (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Datayama38 authored Dec 19, 2024
1 parent cd7a32e commit 01f229b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/src/app/observatoire/territoire/KeyFigures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function KeyFigures() {
const row1 = (data && data.length > 0)
? [
{ __component: 'row.indicator',
value: data[0].journeys.toLocaleString(),
text: 'Covoiturages réalisés',
value: data[0].passengers.toLocaleString(),
text: 'Passagers transportés',
icon:'ri-car-line',
},
{ __component: 'row.indicator',
Expand Down

0 comments on commit 01f229b

Please sign in to comment.