Removing debug bool
This commit is contained in:
parent
5f6b99b0f1
commit
e40a7eef23
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
isExpanded: true,
|
||||
isExpanded: false,
|
||||
currencyFormatter: new Intl.NumberFormat('en-US', {
|
||||
style: 'currency',
|
||||
currency: 'USD'
|
||||
|
|
|
|||
Loading…
Reference in a new issue