From 240a03a9a55573db8f1410f22ff46dd992f7807c Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 21 Apr 2022 15:10:19 +0200 Subject: [PATCH] Made minor fix to orborus --- frontend/src/App.jsx | 26 ++++++++++++++------------ functions/onprem/orborus/orborus.go | 21 +++++++++++++-------- 2 files changed, 27 insertions(+), 20 deletions(-) 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 : + + }