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
@@ -10,7 +10,7 @@ export const Expert: Store = {
], ],
maxPrice: { maxPrice: {
container: '.widget-Container-subContent .widget-ArticlePrice-price', container: '.widget-Container-subContent .widget-ArticlePrice-price',
euroFormat: true euroFormat: false
}, },
outOfStock: [ outOfStock: [
{ {
+1 -1
View File
@@ -11,7 +11,7 @@ export const Otto: Store = {
], ],
maxPrice: { maxPrice: {
container: '#normalPriceAmount', container: '#normalPriceAmount',
euroFormat: false euroFormat: true
}, },
outOfStock: { outOfStock: {
container: 'div.p_message.p_message--hint > strong', container: 'div.p_message.p_message--hint > strong',