aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx')
-rw-r--r--packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx b/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
index 9698d5b98..f25680481 100644
--- a/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
+++ b/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
@@ -228,9 +228,10 @@ export function PaytoWireTransferForm({
</form>
<p>
<a
- href="/account"
- onClick={() => {
+ href="#"
+ onClick={(e) => {
setIsRawPayto(true);
+ e.preventDefault();
}}
>
{i18n.str`Want to try the raw payto://-format?`}