Skip to content

Commit

Permalink
feat: requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekMichalSebestyen committed Sep 22, 2023
1 parent 95710fc commit d76d7b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/js/components/catalog-new/NumberFormatter.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<template>
{{
value
.toLocaleString('en-US', {
.toLocaleString('sk-SK', {
useGrouping: true,
})
.replace(/,/g, ' ')
}}
</template>
<script>
Expand Down

0 comments on commit d76d7b5

Please sign in to comment.