Skip to content

Commit

Permalink
Merge pull request #349 from aura-nw/serenity
Browse files Browse the repository at this point in the history
Serenity
  • Loading branch information
hoangndm3139 authored Dec 1, 2023
2 parents a48f6a8 + 7c2d04d commit 9c2b3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Transactions/components/TxDetail/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export default function TxMsg({ tx, txDetail, token, onImport }) {
{msg.map((message, index) => {
return <Message index={index} msgData={message} key={index} />
})}
{txDetail?.txMemo && <TransactionMemo memo={txDetail?.txMemo} />}
</div>
)
}
Expand Down

0 comments on commit 9c2b3ce

Please sign in to comment.