From d440eb155d188ed0dd6c825df24cc8d5eef70dfd Mon Sep 17 00:00:00 2001 From: Ryan Pandya Date: Sun, 24 Nov 2024 15:04:26 -0800 Subject: [PATCH] Remove border from Categories table rows --- apps/web/components/dashboard/categories/CategoriesView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}