diff --git a/web/src/pages/Categories.jsx b/web/src/pages/Categories.jsx index be5217a..9d61bdc 100644 --- a/web/src/pages/Categories.jsx +++ b/web/src/pages/Categories.jsx @@ -103,7 +103,7 @@ export default function Categories() { {tree.map((c) => ( - + {c.depth > 0 && } @@ -119,7 +119,7 @@ export default function Categories() { )} - {c.product_count} + {c.product_count} {isAdmin && (