diff --git a/playground/src/components/access/data-table.tsx b/playground/src/components/access/data-table.tsx index d27518be..ad6e7cf4 100644 --- a/playground/src/components/access/data-table.tsx +++ b/playground/src/components/access/data-table.tsx @@ -54,6 +54,7 @@ import { parseTxError } from "@/lib/error"; import { PublicKey } from "@solana/web3.js"; import { KeyData } from "./columns"; import { usePubkeyLabels } from "@/hooks/usePubkeyLabels"; +import { cn } from "@/lib/utils"; interface DataTableProps { columns: ColumnDef[]; @@ -304,7 +305,10 @@ export function DataTable({ {row.getVisibleCells().map((cell) => (