aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-03-10 13:13:51 -0300
committerSebastian <sebasjm@gmail.com>2023-03-10 13:13:51 -0300
commitb72729f06535f12af974035b141a30320e75575c (patch)
treea5a0885d907f2672f4fc1dfc5f4e97d64c65d3bb /packages/demobank-ui/src/pages/PaytoWireTransferForm.tsx
parent7f7d1a769f7da0da07256bfaf55314449554730a (diff)
downloadwallet-core-b72729f06535f12af974035b141a30320e75575c.tar.xz
admin is allow to make wire transfers
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?`}