diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-14 21:00:08 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-14 21:00:08 -0400 |
| commit | bd45d4c7aac6d1c6b054185058a96b2e01669828 (patch) | |
| tree | aeee19f26cc846496213822b6b28c9aa223bc6d1 /frontend/lib/formatMoney.js | |
| parent | 7c760dd4d1e27180222d3d524949216e5b65194a (diff) | |
tests
Diffstat (limited to 'frontend/lib/formatMoney.js')
| -rw-r--r-- | frontend/lib/formatMoney.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lib/formatMoney.js b/frontend/lib/formatMoney.js index 301f01f..c001aee 100644 --- a/frontend/lib/formatMoney.js +++ b/frontend/lib/formatMoney.js @@ -1,4 +1,4 @@ -export default function (amount) { +export default function(amount) { const options = { style: 'currency', currency: 'USD', |
