diff --git a/src/app/(main)/boards/BoardsTable.tsx b/src/app/(main)/boards/BoardsTable.tsx
index 104a58fc8..b21cbee00 100644
--- a/src/app/(main)/boards/BoardsTable.tsx
+++ b/src/app/(main)/boards/BoardsTable.tsx
@@ -18,6 +18,9 @@ export function BoardsTable(props: DataTableProps) {
}}
+
+ {({ type }: any) => type ? type.charAt(0).toUpperCase() + type.slice(1) : ''}
+
{(row: any) => }