From 296ede46c9c576b3e4e3b07060fec3648e217ac6 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 27 Oct 2025 11:58:14 +0330 Subject: [PATCH] hidden add variant if theme noColor_noSize --- src/pages/category/List.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/category/List.tsx b/src/pages/category/List.tsx index f359253..e0bb570 100644 --- a/src/pages/category/List.tsx +++ b/src/pages/category/List.tsx @@ -74,7 +74,7 @@ const CategoryList: FC = () => { - {category.leaf ? + {category.leaf && category.theme !== 'noColor_noSize' ?