summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-05 14:59:02 -0300
committerSebastian <sebasjm@gmail.com>2024-02-05 14:59:02 -0300
commitf68585db5f9ba0f760e22dada474fd7ec2847796 (patch)
treeb1efaf9560df032225f7aa1debdb4e8624261b92 /packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
parent58d45fc8aef174027b2855a3cd24b0eb73d6de2e (diff)
downloadwallet-core-f68585db5f9ba0f760e22dada474fd7ec2847796.tar.gz
wallet-core-f68585db5f9ba0f760e22dada474fd7ec2847796.tar.bz2
wallet-core-f68585db5f9ba0f760e22dada474fd7ec2847796.zip
pretty
Diffstat (limited to 'packages/demobank-ui/src/pages/WalletWithdrawForm.tsx')
-rw-r--r--packages/demobank-ui/src/pages/WalletWithdrawForm.tsx16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
index c9c2f174e..8ce4c6a09 100644
--- a/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
+++ b/packages/demobank-ui/src/pages/WalletWithdrawForm.tsx
@@ -85,7 +85,7 @@ function OldWithdrawalForm({
// const uri = parseWithdrawUri(suri)!
const url = privatePages.operationDetails.url({
wopid: bankState.currentWithdrawalOperationId,
- })
+ });
return (
<Attention type="warning" title={i18n.str`There is an operation already`}>
<span ref={focus ? doAutoFocus : undefined} />
@@ -95,12 +95,12 @@ function OldWithdrawalForm({
<a
class="font-semibold text-yellow-700 hover:text-yellow-600"
href={url}
- // onClick={(e) => {
- // e.preventDefault()
- // walletInegrationApi.publishTalerAction(uri, () => {
- // navigateTo(url)
- // })
- // }}
+ // onClick={(e) => {
+ // e.preventDefault()
+ // walletInegrationApi.publishTalerAction(uri, () => {
+ // navigateTo(url)
+ // })
+ // }}
>
<i18n.Translate>this page</i18n.Translate>
</a>
@@ -345,7 +345,7 @@ export function WalletWithdrawForm({
onAuthorizationRequired={onAuthorizationRequired}
routeClose={routeCancel}
onAbort={onOperationAborted}
- // route={routeCancel}
+ // route={routeCancel}
/>
)}
</div>