This is why you should close tabs and not let them pile up in the tab bar
This commit is contained in:
parent
b06fc385ad
commit
7e312a38ff
|
@ -245,7 +245,7 @@ export function App() {
|
|||
setCurrentDeck('notifications');
|
||||
} else if (url === '/') {
|
||||
setCurrentDeck('home');
|
||||
document.title = `Home / ${CLIENT_NAME}}`;
|
||||
document.title = `Home / ${CLIENT_NAME}`;
|
||||
} else if (url === '/login' || url === '/welcome') {
|
||||
setCurrentDeck(null);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue