From b877e3295ca01a55fa1afa47097efa5ce4c782e1 Mon Sep 17 00:00:00 2001 From: heyhiru Date: Thu, 16 Nov 2023 22:09:39 +0530 Subject: [PATCH] minor fix Signed-off-by: heyhiru --- client/src/pages/room/[slug].jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/room/[slug].jsx b/client/src/pages/room/[slug].jsx index 00b4a0f..19f0e48 100644 --- a/client/src/pages/room/[slug].jsx +++ b/client/src/pages/room/[slug].jsx @@ -199,7 +199,7 @@ const RoomPage = () => { const router = useRouter(); - const {slug} = router.query; + const { slug } = router.query; return (