diff --git a/client/src/components/EmployeeList/EmployeeList.jsx b/client/src/components/EmployeeList/EmployeeList.jsx index e64e079..aace745 100644 --- a/client/src/components/EmployeeList/EmployeeList.jsx +++ b/client/src/components/EmployeeList/EmployeeList.jsx @@ -20,9 +20,9 @@ const TableHeader = () => { const EmptyTable = () => { return ( -
- EMPTY TABLE -
+ + EMPTY TABLE + ); }; @@ -37,7 +37,6 @@ export default function EmployeeDataList({
- {employees.length <= 0 ? ( @@ -61,7 +60,6 @@ export default function EmployeeDataList({ setUpdateId={setUpdateId} updateId={id} /> -