use null instead of false

This commit is contained in:
Iuri Matias 2018-08-24 10:05:48 -04:00
parent ba4510fa17
commit c5a65177c3

View File

@ -18,7 +18,7 @@ class App extends React.Component {
this.handleSelect = this.handleSelect.bind(this); this.handleSelect = this.handleSelect.bind(this);
this.state = { this.state = {
error: false, error: null,
activeKey: 1, activeKey: 1,
whisperEnabled: false, whisperEnabled: false,
storageEnabled: false, storageEnabled: false,