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 (