From 2c9a5761fa886198998933a672c4ebe80da0bf91 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Fri, 10 Jan 2025 10:37:07 -0800 Subject: [PATCH] style: fix linting --- src/store/model/bestbuy.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/store/model/bestbuy.ts b/src/store/model/bestbuy.ts index 6c50479b5d..ebe30a93e2 100644 --- a/src/store/model/bestbuy.ts +++ b/src/store/model/bestbuy.ts @@ -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: [