#470: Added better error messaging for later debugs

This commit is contained in:
frikky
2021-08-13 13:14:51 +02:00
parent 7a4f5d0ae8
commit 56185e53e2
4 changed files with 63 additions and 4 deletions
+2 -2
View File
@@ -234,7 +234,7 @@ const Docs = (props) => {
// );
//}
const postDataBrowser =
const postDataBrowser = list === undefined || list === null ? null :
<div style={Body}>
<div style={SideBar}>
<Paper style={SidebarPaperStyle}>
@@ -278,7 +278,7 @@ const Docs = (props) => {
flexDirection: "column",
}
const postDataMobile =
const postDataMobile = list === undefined || list === null ? null :
<div style={mobileStyle}>
<div>
<Button fullWidth aria-controls="simple-menu" aria-haspopup="true" variant="outlined" color="primary" onClick={handleClick}>