diff --git a/explorer/src/components/AccountsCard.tsx b/explorer/src/components/AccountsCard.tsx index 7bdb67a6a1..a305aa54f4 100644 --- a/explorer/src/components/AccountsCard.tsx +++ b/explorer/src/components/AccountsCard.tsx @@ -11,6 +11,7 @@ import { assertUnreachable } from "../utils"; import { displayAddress } from "../utils/tx"; import { useCluster } from "../providers/cluster"; import { PublicKey, LAMPORTS_PER_SOL } from "@solana/web3.js"; +import Signature from "./Signature"; function AccountsCard() { const { accounts, idCounter } = useAccounts(); @@ -156,7 +157,7 @@ const renderAccountRow = (account: Account) => { {statusText} - {account.pubkey.toBase58()} + {balance} {data}