Remove console.log
This commit is contained in:
parent
ff2bbc4821
commit
ff5b9dfa82
@ -73,7 +73,6 @@ export const formatNumberToFraction = (number: number) => {
|
||||
: fraction ? '' : '0';
|
||||
return `${sign}${integerString}${fraction}`;
|
||||
} else {
|
||||
// console.log({ fraction });
|
||||
const decimalFormatted = decimal.toPrecision(2).replace(/^-*0+/, '');
|
||||
return `${sign}${integer}${decimalFormatted}`;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user