From 1dd82eed5868ec97a48a932ca206612c839d632d Mon Sep 17 00:00:00 2001 From: Amin Ghasempoor Date: Mon, 11 Sep 2023 12:58:31 +0330 Subject: [PATCH] TF-4 user management restyling --- src/components/dashboard/user-management/index.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/dashboard/user-management/index.jsx b/src/components/dashboard/user-management/index.jsx index 341017f..527fb23 100644 --- a/src/components/dashboard/user-management/index.jsx +++ b/src/components/dashboard/user-management/index.jsx @@ -82,13 +82,13 @@ function DashboardUserManagementComponent() { Cell: ({renderedCellValue}) => ({renderedCellValue}), Header: ({column}) => <>{column.columnDef.header}, Filter: ({column}) => { - return ( + return (