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 (