From cfff6bc46eb8a984d6a1be108f6a8f4acb107fa2 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 3 Aug 2020 09:22:22 +0200 Subject: [PATCH] Fix the recreation every startup Signed-off-by: Martyn Ranyard --- build/react-frontend/src/Components/BotDeets/BotDeets.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/react-frontend/src/Components/BotDeets/BotDeets.js b/build/react-frontend/src/Components/BotDeets/BotDeets.js index 2d28e50..5ea1c26 100755 --- a/build/react-frontend/src/Components/BotDeets/BotDeets.js +++ b/build/react-frontend/src/Components/BotDeets/BotDeets.js @@ -62,11 +62,7 @@ function BotDeets() { return

Sorry, still loading...

} - if ((window.location.href.split("/")[2] === "192.168.1.111:3000") || channelName === "iMartynOnTwitch") { - - } else { - return

Sorry, still making this... soon soon.

- } + return

Sorry, still making this... soon soon.

const dd = botState.botData const cmds = dd.commands