aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/Routing.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/src/components/Routing.tsx')
-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");
}}