chore: lint

master
quemingyi.wudong 2024-10-26 13:52:10 +08:00
parent de26d6f0bc
commit e07cc5e575
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function View() {
navigate(`/login?roomId=${roomId}`);
}
} else {
navigate(`/login`);
navigate('/login');
}
} else if (!room.roomId) {
(async () => {