{i18n.str`Use this QR code to withdraw to your mobile wallet:`}
{ e.preventDefault(); try { await abortWithdrawal(withdrawUri.withdrawalOperationId); onAborted(); } catch (error) { if (error instanceof RequestError) { notifyError( buildRequestErrorMessage(i18n, error.cause, { onClientError: (status) => status === HttpStatusCode.Conflict ? i18n.str`The reserve operation has been confirmed previously and can't be aborted` : undefined, }), ); } else { notifyError({ title: i18n.str`Operation failed, please report`, description: error instanceof Error ? error.message : JSON.stringify(error), }); } } }} >{i18n.str`Abort`}