diff --git a/src/main/Mobile/Pages/UserPanel/Secttions/Content/components/Wallet/components/Transaction/components/DepositWithdrawTx/components/DepositWithdrawTxTables/DepositWithdrawTxTables.js b/src/main/Mobile/Pages/UserPanel/Secttions/Content/components/Wallet/components/Transaction/components/DepositWithdrawTx/components/DepositWithdrawTxTables/DepositWithdrawTxTables.js index 6fb9c00..90b7602 100644 --- a/src/main/Mobile/Pages/UserPanel/Secttions/Content/components/Wallet/components/Transaction/components/DepositWithdrawTx/components/DepositWithdrawTxTables/DepositWithdrawTxTables.js +++ b/src/main/Mobile/Pages/UserPanel/Secttions/Content/components/Wallet/components/Transaction/components/DepositWithdrawTx/components/DepositWithdrawTxTables/DepositWithdrawTxTables.js @@ -95,10 +95,10 @@ const DepositWithdrawTxTables = ({txs, id}) => {
copyAddressToClipboard(e,tr.txId)}/> + onClick={(e) => copyAddressToClipboard(e,id === "BTC" && !tr.hasOwnProperty('withdrawOrderId') ? tr.txId.slice(0, tr.txId.indexOf("_")) : tr.txId)}/>
- {tr.txId} + {id === "BTC" && !tr.hasOwnProperty('withdrawOrderId') ? tr.txId.slice(0, tr.txId.indexOf("_")) : tr.txId}