Commit 340b2a23 by CalciumIon

fix: update render function for quota display in Detail page

parent 620f9f19
......@@ -143,7 +143,7 @@ const Detail = (props) => {
content: [
{
key: (datum) => datum['Model'],
value: (datum) => renderQuotaNumberWithDigit(datum['rawQuota'] || 0, 4),
value: (datum) => renderQuota(datum['rawQuota'] || 0, 4),
},
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment