mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 08:21:45 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ export function App() {
|
||||||
setCurrentDeck('notifications');
|
setCurrentDeck('notifications');
|
||||||
} else if (url === '/') {
|
} else if (url === '/') {
|
||||||
setCurrentDeck('home');
|
setCurrentDeck('home');
|
||||||
document.title = `Home / ${CLIENT_NAME}}`;
|
document.title = `Home / ${CLIENT_NAME}`;
|
||||||
} else if (url === '/login' || url === '/welcome') {
|
} else if (url === '/login' || url === '/welcome') {
|
||||||
setCurrentDeck(null);
|
setCurrentDeck(null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue