commit 7391969ca754675cbb0c2f5b89f89778e0b149b1
parent 9181c1e81b32950142943d7e47163c4cd0c260c8
Author: Sebastian <sebasjm@gmail.com>
Date: Mon, 22 May 2023 13:42:54 -0300
fix: not showing manual withdraw details
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
@@ -417,7 +417,7 @@ export function TransactionView({
</Header>
{/**FIXME: DD37 check if this holds */}
- {transaction.txState.major ===
+ {transaction.txState.major !==
TransactionMajorState.Pending ? undefined : transaction
.withdrawalDetails.type === WithdrawalType.ManualTransfer ? (
//manual withdrawal