From beeb3e70a7fb2d112975448210e1f8f772036389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cbc-yevhenii-buliuk=E2=80=9D?= <“yevhenii.buliuk@bigcommerce.com”> Date: Tue, 9 Nov 2021 12:30:30 +0200 Subject: [PATCH] fix(storefront): BCTHEME-936 Cannot see currency dropdown in storefront --- CHANGELOG.md | 1 + templates/components/common/navigation.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53429561f0..03e3fe77a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Cannot see currency dropdown in storefront. [#2141](https://github.com/bigcommerce/cornerstone/pull/2141) ## 6.1.2 (11-05-2021) - Hide prices for aria-label and data-product-price attributes if set to "Hidden for guests". Hide currency selection for non-logged in users. [#2131](https://github.com/bigcommerce/cornerstone/pull/2131) diff --git a/templates/components/common/navigation.html b/templates/components/common/navigation.html index 99b20718d7..babc9c5826 100644 --- a/templates/components/common/navigation.html +++ b/templates/components/common/navigation.html @@ -1,7 +1,7 @@