From 8784e05183771a129cc4e9b95415aa45a9e06537 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Fri, 22 Jan 2021 12:17:39 -0500 Subject: [PATCH] Ran prettier fix --- CHANGELOG.md | 4 +- components/common/I18nWidget/I18nWidget.tsx | 2 +- components/icons/Vercel.tsx | 46 +++++++++++++---- .../product/ProductSlider/ProductSlider.tsx | 26 +++++++--- components/ui/Container/Container.tsx | 6 +-- framework/bigcommerce/README.md | 48 +++++++++--------- framework/bigcommerce/api/cart/index.ts | 8 +-- framework/bigcommerce/api/utils/parse-item.ts | 2 +- framework/bigcommerce/auth/login.ts | 2 +- framework/bigcommerce/common/get-page.ts | 6 +-- framework/bigcommerce/lib/immutability.ts | 23 ++++----- lib/click-outside/click-outside.tsx | 50 ++++++++++--------- package.json | 2 +- 13 files changed, 129 insertions(+), 96 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d1092e3..7d1d95638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Changelog +## Changelog - Select Variants Working -- Click on cart item title, closes the sidebar \ No newline at end of file +- Click on cart item title, closes the sidebar diff --git a/components/common/I18nWidget/I18nWidget.tsx b/components/common/I18nWidget/I18nWidget.tsx index 9bfc7b63c..fbe67a4c1 100644 --- a/components/common/I18nWidget/I18nWidget.tsx +++ b/components/common/I18nWidget/I18nWidget.tsx @@ -43,7 +43,7 @@ const I18nWidget: FC = () => { const currentLocale = locale || defaultLocale return ( - setDisplay(false)} > + setDisplay(false)}>