From 8aa702f3f0a7e02e0aa670670ea2b634511efd8d Mon Sep 17 00:00:00 2001 From: apsinghdev Date: Wed, 4 Sep 2024 18:10:55 +0530 Subject: [PATCH] fix: replace setShowMenu with setShowMsg --- client/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index 25732e1..4fe1c62 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -246,7 +246,7 @@ function App() { const isVercel = window.location.hostname === "drawrtcbyajeet.vercel.app" if (isVercel) { setMessageText("Collaborative features require local installation. For more information, please visit our GitHub repository (linked in the menu)."); - setShowMenu(true); + setShowMsg(true); } }, []);