From 64c216877a44f22eecf6b4aac4ea5831d66542b6 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 6 Nov 2023 22:02:40 +0800 Subject: [PATCH] fix --- themes/commerce/components/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/commerce/components/Footer.js b/themes/commerce/components/Footer.js index 7a0f59b8..da6a7baf 100644 --- a/themes/commerce/components/Footer.js +++ b/themes/commerce/components/Footer.js @@ -57,7 +57,7 @@ const Footer = (props) => { - {siteConfig('COMMERCE_TEXT_FOOTER_LINKS') &&
+ {JSON.parse(siteConfig('COMMERCE_TEXT_FOOTER_LINKS', true)) &&
{siteConfig('COMMERCE_TEXT_FOOTER_TITLE', 'Contact US')}