Skip to content

Commit

Permalink
Merge pull request #350 from aura-nw/euphoria
Browse files Browse the repository at this point in the history
Euphoria
  • Loading branch information
harisato authored Dec 1, 2023
2 parents c5769f8 + 9c2b3ce commit c0c65d1
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 c0c65d1

Please sign in to comment.