Home button

This commit is contained in:
Philipp Heckel 2022-03-06 16:35:31 -05:00
parent 94296e7dd8
commit a4fbb1b4c5
3 changed files with 26 additions and 1 deletions

View file

@ -89,6 +89,8 @@ const SettingsIcon = (props) => {
const newSelected = await subscriptionManager.first(); // May be undefined
if (newSelected) {
navigate(subscriptionRoute(newSelected));
} else {
navigate("/");
}
};