From 693463eafc786eb8d82acead50b658c6affbcb34 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 27 Jun 2023 16:31:58 +0800 Subject: [PATCH] matery build --- themes/matery/LayoutCategory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/matery/LayoutCategory.js b/themes/matery/LayoutCategory.js index a50f3a40..d21f8b0b 100644 --- a/themes/matery/LayoutCategory.js +++ b/themes/matery/LayoutCategory.js @@ -15,7 +15,7 @@ export const LayoutCategory = props => {
- {categoryOptions.map(e => { + {categoryOptions?.map(e => { const selected = e.name === category return (