Skip to content

Commit e198e44

Browse files
authored
fix(store): update euroFormat for expert and otto (#1108)
1 parent f7b7533 commit e198e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/store/model/expert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const Expert: Store = {
1010
],
1111
maxPrice: {
1212
container: '.widget-Container-subContent .widget-ArticlePrice-price',
13-
euroFormat: true
13+
euroFormat: false
1414
},
1515
outOfStock: [
1616
{

src/store/model/otto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Otto: Store = {
1111
],
1212
maxPrice: {
1313
container: '#normalPriceAmount',
14-
euroFormat: false
14+
euroFormat: true
1515
},
1616
outOfStock: {
1717
container: 'div.p_message.p_message--hint > strong',

0 commit comments

Comments
 (0)