Skip to content

Commit 9f59bc4

Browse files
committed
fix(webapp): fix merge conflict
2 parents 21af4d7 + 432c9b3 commit 9f59bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/src/components/Card/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const CardData = ({
7777
parseFloat(formatNumber(info.total_community || 0, 1)),
7878
parseFloat(formatNumber(info.total_development || 0, 1)),
7979
parseFloat(formatNumber(info.total_transparency || 0, 1)),
80+
parseFloat(formatNumber(info.total_infrastructure || 0, 1)),
8081
parseFloat(formatNumber(info.total_trustiness || 0, 1))
8182
]
8283
}

0 commit comments

Comments
 (0)