mirror of https://github.com/embarklabs/embark.git
use null instead of false
This commit is contained in:
parent
ba4510fa17
commit
c5a65177c3
|
@ -18,7 +18,7 @@ class App extends React.Component {
|
|||
this.handleSelect = this.handleSelect.bind(this);
|
||||
|
||||
this.state = {
|
||||
error: false,
|
||||
error: null,
|
||||
activeKey: 1,
|
||||
whisperEnabled: false,
|
||||
storageEnabled: false,
|
||||
|
|
Loading…
Reference in New Issue