Hide but accessible
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2020-08-03 22:19:19 +02:00
parent 317b72dd60
commit 132b433bc7
1 changed files with 2 additions and 3 deletions

View File

@ -80,12 +80,11 @@ function BotDeets() {
)
} else {
return (
<p>Sorry, still making this... soon soon.</p>
<Container style="display: none">
<Container>
<Typography variant="h5" component="h2" gutterBottom>
Coming soon! Bot control panel!
</Typography>
<div style={{ maxWidth: "100%" }}>
<div style={{ maxWidth: "100%", display: "none" }}>
<MaterialTable
editable={{
isEditable: rowData => true,