Home button
This commit is contained in:
parent
94296e7dd8
commit
a4fbb1b4c5
3 changed files with 26 additions and 1 deletions
|
@ -89,6 +89,8 @@ const SettingsIcon = (props) => {
|
|||
const newSelected = await subscriptionManager.first(); // May be undefined
|
||||
if (newSelected) {
|
||||
navigate(subscriptionRoute(newSelected));
|
||||
} else {
|
||||
navigate("/");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue