Hide but accessible
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
317b72dd60
commit
132b433bc7
|
@ -80,12 +80,11 @@ function BotDeets() {
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<p>Sorry, still making this... soon soon.</p>
|
<Container>
|
||||||
<Container style="display: none">
|
|
||||||
<Typography variant="h5" component="h2" gutterBottom>
|
<Typography variant="h5" component="h2" gutterBottom>
|
||||||
Coming soon! Bot control panel!
|
Coming soon! Bot control panel!
|
||||||
</Typography>
|
</Typography>
|
||||||
<div style={{ maxWidth: "100%" }}>
|
<div style={{ maxWidth: "100%", display: "none" }}>
|
||||||
<MaterialTable
|
<MaterialTable
|
||||||
editable={{
|
editable={{
|
||||||
isEditable: rowData => true,
|
isEditable: rowData => true,
|
||||||
|
|
Loading…
Reference in New Issue