Skip to content

Commit

Permalink
fix(store): update euroFormat for expert and otto (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnk93 committed Dec 2, 2020
1 parent f7b7533 commit e198e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/store/model/expert.ts
Expand Up @@ -10,7 +10,7 @@ export const Expert: Store = {
],
maxPrice: {
container: '.widget-Container-subContent .widget-ArticlePrice-price',
euroFormat: true
euroFormat: false
},
outOfStock: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/otto.ts
Expand Up @@ -11,7 +11,7 @@ export const Otto: Store = {
],
maxPrice: {
container: '#normalPriceAmount',
euroFormat: false
euroFormat: true
},
outOfStock: {
container: 'div.p_message.p_message--hint > strong',
Expand Down

0 comments on commit e198e44

Please sign in to comment.