diff --git a/themes/matery/LayoutCategory.js b/themes/matery/LayoutCategory.js
index ab8a2b39..6e9524ab 100644
--- a/themes/matery/LayoutCategory.js
+++ b/themes/matery/LayoutCategory.js
@@ -6,7 +6,7 @@ import Link from 'next/link'
import HeaderArticle from './components/HeaderArticle'
export const LayoutCategory = props => {
- const { category, categories } = props
+ const { category, categoryOptions } = props
return (