From 8257da7df025b5f17dd6aa57bbb2fa7b8ddcee9e Mon Sep 17 00:00:00 2001 From: Alexandre Storelli Date: Wed, 7 Nov 2018 18:59:23 +0100 Subject: [PATCH] client bugfixes --- client/package.json | 2 +- client/src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index c8b0f3d..813beb3 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "react-scripts": "2.1.1" }, "scripts": { - "start": "PORT=9820 react-scripts start", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" diff --git a/client/src/App.js b/client/src/App.js index b687e1f..b227d9f 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -656,7 +656,7 @@ class App extends Component { //console.log("Metadata props: date=" + (+this.state.date) + " clockDiff=" + this.state.clockDiff + " playingDelay=" + this.state.playingDelay); let mainContents; - if (this.state.configEditMode || !config.user.email) { + if (this.state.configEditMode) { mainContents = (