From eaf07394635ac41c983db0205f99d07ce87cff03 Mon Sep 17 00:00:00 2001 From: ionition Date: Fri, 25 Jul 2025 15:19:05 +0300 Subject: [PATCH] removed address column from collections table --- app/src/components/ListTable/ContractInfoColumns.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/src/components/ListTable/ContractInfoColumns.tsx b/app/src/components/ListTable/ContractInfoColumns.tsx index 508d978..99ba882 100644 --- a/app/src/components/ListTable/ContractInfoColumns.tsx +++ b/app/src/components/ListTable/ContractInfoColumns.tsx @@ -3,16 +3,8 @@ import { ColumnDef } from "@tanstack/react-table"; import { DataTableColumnHeader } from "./ColumnHeader"; import { Contract } from "@/lib/types"; -import { formatAddress } from "@/lib/utils"; export const ContractInfoColumns = (): ColumnDef[] => [ - { - accessorKey: "address", - header: ({ column }) => ( - - ), - cell: ({ row }) => formatAddress(row.original.address), - }, { accessorKey: "name", header: ({ column }) => (