diff --git a/src/components/Activity.tsx b/src/components/Activity.tsx index a86d7cf..e978199 100644 --- a/src/components/Activity.tsx +++ b/src/components/Activity.tsx @@ -441,18 +441,18 @@ export function CombinedActivity() { - - - navigate("/settings/federations") - } - > -
- - {i18n.t("home.federation")} -
-
-
+ {/**/} + {/* */} + {/* navigate("/settings/federations")*/} + {/* }*/} + {/* >*/} + {/*
*/} + {/* */} + {/* {i18n.t("home.federation")}*/} + {/*
*/} + {/* */} + {/*
*/} navigate("/receive")}>
diff --git a/src/routes/setup/NewProfile.tsx b/src/routes/setup/NewProfile.tsx index 091d533..312bd4b 100644 --- a/src/routes/setup/NewProfile.tsx +++ b/src/routes/setup/NewProfile.tsx @@ -31,7 +31,8 @@ export function NewProfile() { ); console.log("profile", profile); localStorage.setItem("profile_setup_stage", "skipped"); - navigate("/addfederation"); + // navigate("/addfederation"); + navigate("/"); setSkipping(false); } @@ -46,7 +47,8 @@ export function NewProfile() { ); console.log("profile", profile); localStorage.setItem("profile_setup_stage", "saved"); - navigate("/addfederation"); + // navigate("/addfederation"); + navigate("/"); } catch (e) { console.error(e); }