From 4c1934518d7f8eadef8e1dea5567646e81647b8d Mon Sep 17 00:00:00 2001 From: Kartik sharma Date: Thu, 19 Jun 2025 13:16:42 +0530 Subject: [PATCH] Remove the border from the 'Category' column in the list view of the directory. --- src/components/Directory/ListViewDirectory.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Directory/ListViewDirectory.jsx b/src/components/Directory/ListViewDirectory.jsx index 4eb522f8..801d9915 100644 --- a/src/components/Directory/ListViewDirectory.jsx +++ b/src/components/Directory/ListViewDirectory.jsx @@ -88,10 +88,16 @@ const ListViewDirectory = ({ {contact.organization} - + {/* {contact?.contactCategory?.name || "Other"} + */} + + + + {contact?.contactCategory?.name || "Other"} +