Skip to content

Commit

Permalink
[front] - refactor: remove name header from CreateVaultModal table
Browse files Browse the repository at this point in the history
 - Simplify the vault creation modal table by removing the redundant name column header
  • Loading branch information
Jules authored and Jules committed Aug 12, 2024
1 parent 5e2dedc commit 802cef3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions front/components/vaults/CreateVaultModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ function getTableColumns(
): ColumnDef<RowData, unknown>[] {
return [
{
header: "Name",
accessorKey: "name",
id: "name",
cell: (info: Info) => (
<DataTable.Cell avatarUrl={info.row.original.icon}>
Expand Down

0 comments on commit 802cef3

Please sign in to comment.