I have no idea how but the date bug came back. Should be fixed
This commit is contained in:
@ -4,5 +4,5 @@ import Table from "~/components/ui/Table";
|
||||
export default async function Techs() {
|
||||
|
||||
const employees = await getEmployees();
|
||||
return <Table employees={employees} />;
|
||||
return <Table employees={employees}/>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user