Skip to content

Commit

Permalink
hotfix ui tx memo
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangNDM committed Dec 4, 2023
1 parent 13a6adb commit c1623cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Transactions/components/TxDetail/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BtnImport = ({ onImport }) => {
const TransactionMemo = ({ memo }: { memo: string }) => {
return (
<WrapperTxMemo>
<strong>Transaction memo: </strong>
<div className="function-name">Transaction memo: </div>
<div>{memo}</div>
</WrapperTxMemo>
)
Expand Down

0 comments on commit c1623cb

Please sign in to comment.