Skip to content

Commit 246e72f

Browse files
authored
Merge pull request #66 from apsinghdev/fix/setMsg
fix: replace setShowMenu with setShowMsg
2 parents 9168dd8 + 8aa702f commit 246e72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function App() {
246246
const isVercel = window.location.hostname === "drawrtcbyajeet.vercel.app"
247247
if (isVercel) {
248248
setMessageText("Collaborative features require local installation. For more information, please visit our GitHub repository (linked in the menu).");
249-
setShowMenu(true);
249+
setShowMsg(true);
250250
}
251251
}, []);
252252

0 commit comments

Comments
 (0)