fix: not showing manual withdraw details
This commit is contained in:
parent
9181c1e81b
commit
7391969ca7
@ -417,7 +417,7 @@ export function TransactionView({
|
|||||||
</Header>
|
</Header>
|
||||||
|
|
||||||
{/**FIXME: DD37 check if this holds */}
|
{/**FIXME: DD37 check if this holds */}
|
||||||
{transaction.txState.major ===
|
{transaction.txState.major !==
|
||||||
TransactionMajorState.Pending ? undefined : transaction
|
TransactionMajorState.Pending ? undefined : transaction
|
||||||
.withdrawalDetails.type === WithdrawalType.ManualTransfer ? (
|
.withdrawalDetails.type === WithdrawalType.ManualTransfer ? (
|
||||||
//manual withdrawal
|
//manual withdrawal
|
||||||
|
Loading…
Reference in New Issue
Block a user