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 }) => (