From 78f447fae2ed8047e64a56cf173eedf9e60d8fdf Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Fri, 23 Oct 2020 11:13:32 +0100 Subject: [PATCH] For crying out loud --- src/showplanner/PISModal.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/showplanner/PISModal.tsx b/src/showplanner/PISModal.tsx index f6e4996..24542e7 100644 --- a/src/showplanner/PISModal.tsx +++ b/src/showplanner/PISModal.tsx @@ -8,7 +8,8 @@ function DevWarning() { if (process.env.REACT_APP_PRODUCTION === "true") { return null; } - const wsUrl = process.env.REACT_APP_MYRADIO_NONAPI_BASE + "/MyRadio/webstudio"; + const wsUrl = + process.env.REACT_APP_MYRADIO_NONAPI_BASE + "/MyRadio/webstudio"; return ( <>
@@ -21,10 +22,7 @@ function DevWarning() {
For the latest and greatest tested WebStudio, go to{" "} - - {wsUrl} - - . + {wsUrl}.