diff --git a/explorer/src/components/instruction/MemoDetailsCard.tsx b/explorer/src/components/instruction/MemoDetailsCard.tsx index b44bf2d86b..4be2413800 100644 --- a/explorer/src/components/instruction/MemoDetailsCard.tsx +++ b/explorer/src/components/instruction/MemoDetailsCard.tsx @@ -2,6 +2,7 @@ import React from "react"; import { ParsedInstruction, SignatureResult } from "@solana/web3.js"; import { InstructionCard } from "./InstructionCard"; import { wrap } from "utils"; +import { Address } from "components/common/Address"; export function MemoDetailsCard({ ix, @@ -26,6 +27,13 @@ export function MemoDetailsCard({ innerCards={innerCards} childIndex={childIndex} > +