Fixed admin issues with cloud

This commit is contained in:
frikky
2021-03-06 13:38:36 +01:00
parent f88d88ba9e
commit 7a4c921695
3 changed files with 37 additions and 27 deletions
+2 -1
View File
@@ -151,9 +151,10 @@ const Header = props => {
</MenuItem>
</Menu>
</span>
const logoCheck = !homePage ? null : null
// Handle top bar or something
const logoCheck = !homePage ? null : null
const loginTextBrowser = !isLoggedIn ?
<div style={{display: "flex"}}>
<List style={{display: "flex", flexDirect: "row"}} component="nav">