client bugfixes
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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 = (
|
||||
<Config config={this.state.config}
|
||||
toggleContent={this.toggleContent}
|
||||
|
||||
Reference in New Issue
Block a user