diff --git a/apps/web/components/dashboard/categories/CategoriesView.tsx b/apps/web/components/dashboard/categories/CategoriesView.tsx index d8c56ac..85454cc 100644 --- a/apps/web/components/dashboard/categories/CategoriesView.tsx +++ b/apps/web/components/dashboard/categories/CategoriesView.tsx @@ -52,7 +52,7 @@ export default function CategoriesView() { {categories.categories.map((c) => ( - + {c.code} {c.name} {c.description}