From 661a7f06f4670a8e5dc8b4d75688c0db913bbce9 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 27 Jun 2023 17:22:18 +0800 Subject: [PATCH] fix-matery-build --- themes/matery/LayoutTag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/matery/LayoutTag.js b/themes/matery/LayoutTag.js index 1a2e9054..0de70bbd 100644 --- a/themes/matery/LayoutTag.js +++ b/themes/matery/LayoutTag.js @@ -23,7 +23,7 @@ export const LayoutTag = (props) => {
- {tagOptions.map(e => { + {tagOptions?.map(e => { const selected = tag === e.name return (