chore: lint
parent
de26d6f0bc
commit
e07cc5e575
|
|
@ -49,7 +49,7 @@ function View() {
|
|||
navigate(`/login?roomId=${roomId}`);
|
||||
}
|
||||
} else {
|
||||
navigate(`/login`);
|
||||
navigate('/login');
|
||||
}
|
||||
} else if (!room.roomId) {
|
||||
(async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue