remove exchange rates

This commit is contained in:
Tiago Vasconcelos 2023-03-08 10:01:03 +00:00
parent cc6c59253f
commit fbb45ed9f7
8 changed files with 163 additions and 101 deletions

View file

@ -4,7 +4,7 @@ async function customerMarket(path) {
name: 'customer-market',
template,
props: ['products', 'exchange-rates', 'change-page'],
props: ['products', 'change-page'],
data: function () {
return {}
},