aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-21 15:44:17 -0300
committerSebastian <sebasjm@gmail.com>2023-09-25 14:50:42 -0300
commit56a6f47c7daae088c2017c0d9781ddcf7cee175b (patch)
treef006aa5f818cddd9b1b45228e0a1216048ab15a5 /packages/demobank-ui/src/components
parent4faa037c20ca4c282d22d8e93bfa2b308b595d2a (diff)
downloadwallet-core-56a6f47c7daae088c2017c0d9781ddcf7cee175b.tar.xz
more ui
Diffstat (limited to 'packages/demobank-ui/src/components')
-rw-r--r--packages/demobank-ui/src/components/Routing.tsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/demobank-ui/src/components/Routing.tsx b/packages/demobank-ui/src/components/Routing.tsx
index b8e39948b..e1fd93737 100644
--- a/packages/demobank-ui/src/components/Routing.tsx
+++ b/packages/demobank-ui/src/components/Routing.tsx
@@ -76,9 +76,9 @@ export function Routing(): VNode {
onContinue={() => {
route("/account");
}}
- onLoadNotOk={() => {
- route("/account");
- }}
+ // onLoadNotOk={() => {
+ // route("/account");
+ // }}
/>
)}
/>
@@ -108,9 +108,9 @@ export function Routing(): VNode {
} else {
return <HomePage
account={username}
- onPendingOperationFound={(wopid) => {
- route(`/operation/${wopid}`);
- }}
+ // onPendingOperationFound={(wopid) => {
+ // route(`/operation/${wopid}`);
+ // }}
goToBusinessAccount={() => {
route("/business");
}}