Skip to content

Commit

Permalink
fix(webapp): fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Sep 14, 2022
2 parents 21af4d7 + 432c9b3 commit 9f59bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/Card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const CardData = ({
parseFloat(formatNumber(info.total_community || 0, 1)),
parseFloat(formatNumber(info.total_development || 0, 1)),
parseFloat(formatNumber(info.total_transparency || 0, 1)),
parseFloat(formatNumber(info.total_infrastructure || 0, 1)),
parseFloat(formatNumber(info.total_trustiness || 0, 1))
]
}
Expand Down

0 comments on commit 9f59bc4

Please sign in to comment.