We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21af4d7 + 432c9b3 commit 9f59bc4Copy full SHA for 9f59bc4
webapp/src/components/Card/index.js
@@ -77,6 +77,7 @@ const CardData = ({
77
parseFloat(formatNumber(info.total_community || 0, 1)),
78
parseFloat(formatNumber(info.total_development || 0, 1)),
79
parseFloat(formatNumber(info.total_transparency || 0, 1)),
80
+ parseFloat(formatNumber(info.total_infrastructure || 0, 1)),
81
parseFloat(formatNumber(info.total_trustiness || 0, 1))
82
]
83
}
0 commit comments