remove placeholder return value
This commit is contained in:
parent
65346c5977
commit
09ff7b0b99
2 changed files with 0 additions and 4 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -2665,8 +2665,6 @@ function numberWithCommas(x) {
|
|||
}
|
||||
|
||||
function formatCredits(amount, precision, shortFormat = false) {
|
||||
if (!amount) return '--';
|
||||
|
||||
let actualAmount = parseFloat(amount);
|
||||
let actualPrecision = parseFloat(precision);
|
||||
let suffix = '';
|
||||
|
|
|
@ -5,8 +5,6 @@ function numberWithCommas(x) {
|
|||
}
|
||||
|
||||
export function formatCredits(amount, precision, shortFormat = false) {
|
||||
if (!amount) return '--';
|
||||
|
||||
let actualAmount = parseFloat(amount);
|
||||
let actualPrecision = parseFloat(precision);
|
||||
let suffix = '';
|
||||
|
|
Loading…
Add table
Reference in a new issue