aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/index.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-07-31 15:57:06 +0200
committerFlorian Dold <florian@dold.me>2023-07-31 15:57:12 +0200
commite3460de3317e2c0689cc32519cf5a02a142bfc99 (patch)
tree3f922bd2e2092d85a31945fb1c7ede17666742c7 /packages/anastasis-webui/src/pages/home/index.tsx
parent0ac5dba0889fa6443b93faf6051b96e5ddb7a6ab (diff)
downloadwallet-core-e3460de3317e2c0689cc32519cf5a02a142bfc99.tar.xz
-comments
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/index.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/anastasis-webui/src/pages/home/index.tsx b/packages/anastasis-webui/src/pages/home/index.tsx
index 44e065807..c665144a4 100644
--- a/packages/anastasis-webui/src/pages/home/index.tsx
+++ b/packages/anastasis-webui/src/pages/home/index.tsx
@@ -228,6 +228,8 @@ function AnastasisClientImpl(): VNode {
return <StartScreen />;
}
+ // FIXME: Use switch statements here!
+
if (
(state.reducer_type === "backup" &&
state.backup_state === BackupStates.ContinentSelecting) ||