Show transaction history for deleted accounts
This commit is contained in:
committed by
Michael Vines
parent
7d00398662
commit
5946817978
@@ -178,7 +178,7 @@ function HistoryCard({ pubkey }: { pubkey: PublicKey }) {
|
||||
const info = useAccountInfo(address);
|
||||
const refresh = useFetchAccountHistory();
|
||||
|
||||
if (!info || !info.details) {
|
||||
if (!info || info.lamports === undefined) {
|
||||
return null;
|
||||
} else if (info.status === Status.FetchingHistory) {
|
||||
return <LoadingCard />;
|
||||
|
Reference in New Issue
Block a user