Skip to content

Commit

Permalink
1.3.1 Save Cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
PitzTech committed May 31, 2021
1 parent f1a08ff commit 4de9e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
return sign + value
},
amount(value) {
return Number(value) * 100
return Math.round(value * 100)
},
date(value) {
const splittedDate = value.split("-")
Expand Down

0 comments on commit 4de9e8d

Please sign in to comment.