diff --git a/src/pages/View/index.tsx b/src/pages/View/index.tsx index 2a881c2..8daf9ef 100644 --- a/src/pages/View/index.tsx +++ b/src/pages/View/index.tsx @@ -49,7 +49,7 @@ function View() { navigate(`/login?roomId=${roomId}`); } } else { - navigate(`/login`); + navigate('/login'); } } else if (!room.roomId) { (async () => {