fix(store): update euroFormat for expert and otto (#1108)

This commit is contained in:
fnk93
2020-12-02 22:08:09 +01:00
committed by GitHub
parent f7b753334f
commit e198e44613
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const Otto: Store = {
],
maxPrice: {
container: '#normalPriceAmount',
euroFormat: false
euroFormat: true
},
outOfStock: {
container: 'div.p_message.p_message--hint > strong',