bug fix and performance improvements
This commit is contained in:
@ -17,3 +17,5 @@ const formatNumber = (n: number) => {
|
||||
const s = n.toString()
|
||||
return s[1] ? s : '0' + s
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user