From 877a4bb1328661ae2e97d764c26e2bc0ff1f46fe Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 7 Apr 2023 18:59:47 -0300 Subject: fix #7743 --- packages/demobank-ui/src/pages/WithdrawalQRCode.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/demobank-ui/src/pages/WithdrawalQRCode.tsx') diff --git a/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx b/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx index 9c5f83eca..a20b2e90d 100644 --- a/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx +++ b/packages/demobank-ui/src/pages/WithdrawalQRCode.tsx @@ -67,7 +67,6 @@ export function WithdrawalQRCode({ ) { return
operation not found
; } - console.log("result", result); onLoadNotOk(); return handleNotOkResult(i18n)(result); } @@ -77,7 +76,7 @@ export function WithdrawalQRCode({ if (data.aborted || data.confirmation_done) { // signal that this withdrawal is aborted // will redirect to account info - notifyInfo(i18n.str`Operation was completed from other session`); + notifyInfo(i18n.str`Operation completed`); onAborted(); return ; } -- cgit v1.2.3