Skip to content

Commit

Permalink
Merge pull request #348 from aura-nw/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
hoangndm3139 authored Dec 1, 2023
2 parents c4d8d2d + 57fd744 commit 7c2d04d
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 7c2d04d

Please sign in to comment.