Removing debug bool

This commit is contained in:
Michaela Brydon 2024-02-29 14:58:01 -05:00
parent 5f6b99b0f1
commit e40a7eef23

View file

@ -58,7 +58,7 @@ export default {
},
data() {
return {
isExpanded: true,
isExpanded: false,
currencyFormatter: new Intl.NumberFormat('en-US', {
style: 'currency',
currency: 'USD'