mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-22 13:19:06 +00:00
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…
x
Reference in New Issue
Block a user