Skip to content

Commit 4de9e8d

Browse files
committed
1.3.1 Save Cookies
1 parent f1a08ff commit 4de9e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils/format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
return sign + value
1515
},
1616
amount(value) {
17-
return Number(value) * 100
17+
return Math.round(value * 100)
1818
},
1919
date(value) {
2020
const splittedDate = value.split("-")

0 commit comments

Comments
 (0)