diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index c543af90..72764b33 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -305,18 +305,20 @@ const App = (message, props) => {
setCurpath={setCurpath}
/>
{!isLoaded ? null :
-
+ userdata.chat_disabled === true ? null :
+
+
}