diff --git a/apps/blogai/components/article/article.tsx b/apps/blogai/components/article/article.tsx index 094acc8..8f4412b 100644 --- a/apps/blogai/components/article/article.tsx +++ b/apps/blogai/components/article/article.tsx @@ -474,8 +474,11 @@ const Article = () => { const language = i18n.language + // const defCategories: TagItem[] = [ + // { name: t("article.all"), value: "" } + // ] + const defCategories: TagItem[] = [ - { name: t("article.all"), value: "" } ] const categoriesRef = useRef(defCategories);