diff --git a/src/pages/dashboard/project-list/index.page.tsx b/src/pages/dashboard/project-list/index.page.tsx
index 536420cde..e3468993e 100644
--- a/src/pages/dashboard/project-list/index.page.tsx
+++ b/src/pages/dashboard/project-list/index.page.tsx
@@ -92,9 +92,10 @@ const ProjectList = () => {
enableSorting: false,
cell: () => {
return (
-
-
-
+
);
}
}