From 950a7637a5abd06ff34d937efc080136dd4e8559 Mon Sep 17 00:00:00 2001 From: Chris Vibert Date: Mon, 29 Nov 2021 20:52:43 +0700 Subject: [PATCH] Fix typo and add missing feature to local config (#582) * Add customCheckout feature flag to local config * Fix typo --- .../checkout/CheckoutSidebarView/CheckoutSidebarView.tsx | 2 +- framework/local/commerce.config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/checkout/CheckoutSidebarView/CheckoutSidebarView.tsx b/components/checkout/CheckoutSidebarView/CheckoutSidebarView.tsx index 9d8661bfa..91c6efc53 100644 --- a/components/checkout/CheckoutSidebarView/CheckoutSidebarView.tsx +++ b/components/checkout/CheckoutSidebarView/CheckoutSidebarView.tsx @@ -93,7 +93,7 @@ const CheckoutSidebarView: FC = () => { {total}
- {/* Once data is correcly filled */} + {/* Once data is correctly filled */}