From 317b72dd60ab4394863efa6dd981e2be3eced4c8 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 3 Aug 2020 17:44:42 +0200 Subject: [PATCH] Hide but accessible Signed-off-by: Martyn Ranyard --- build/react-frontend/src/Components/BotDeets/BotDeets.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/react-frontend/src/Components/BotDeets/BotDeets.js b/build/react-frontend/src/Components/BotDeets/BotDeets.js index 5ea1c26..d43ddd3 100755 --- a/build/react-frontend/src/Components/BotDeets/BotDeets.js +++ b/build/react-frontend/src/Components/BotDeets/BotDeets.js @@ -61,8 +61,6 @@ function BotDeets() { if (botState.loading) { return

Sorry, still loading...

} - - return

Sorry, still making this... soon soon.

const dd = botState.botData const cmds = dd.commands @@ -82,8 +80,8 @@ function BotDeets() { ) } else { return ( - - +

Sorry, still making this... soon soon.

+ Coming soon! Bot control panel!