commit 526f09c43029b794ff48d42ac6aa7790f30c6710 parent 0c9f61c6f478bea4dbb97e5fec24e78e2ee55607 Author: Sebastian <sebasjm@gmail.com> Date: Thu, 29 Aug 2024 01:14:44 -0300 fix #9136 Diffstat:
| M | packages/taler-wallet-webextension/src/wallet/Transaction.tsx | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.tsx @@ -252,7 +252,9 @@ function TransactionTemplate({ /> ) : undefined} {transaction.txState.major === TransactionMajorState.Pending && - (transaction.txState.minor === TransactionMinorState.KycRequired ? ( + (transaction.txState.minor === TransactionMinorState.KycRequired || + transaction.txState.minor === + TransactionMinorState.BalanceKycRequired ? ( <AlertView alert={{ type: "warning",