Skip to content

Commit

Permalink
style: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored Jan 10, 2025
1 parent a270aa3 commit 2c9a576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/store/model/bestbuy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export const BestBuy: Store = {
text: ['add to cart'],
},
outOfStock: {
container: 'button.c-button.c-button-disabled[data-sku-id="54959778"][data-button-state="SOLD_OUT"]',
container:
'button.c-button.c-button-disabled[data-sku-id="54959778"][data-button-state="SOLD_OUT"]',
text: ['Unavailable Nearby'],
},
},
maxPrice: {
container:
'.pricing-price',
container: '.pricing-price',
},
},
links: [
Expand Down

0 comments on commit 2c9a576

Please sign in to comment.