We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e1d99 commit c11e997Copy full SHA for c11e997
assets/src/dashboard/parts/connected/dashboard/index.js
@@ -156,7 +156,7 @@ const Dashboard = () => {
156
};
157
158
const formatMetricValue = metric => {
159
- const value = getMetricValue( metric );
+ const value = getFormattedMetric( metric );
160
const calcValue = 'saved_size' === metric ? ( value / 1000 ).toFixed( 2 ) : value.toFixed( 2 );
161
return (
162
<div className='flex items-end gap-1'>
0 commit comments