use null instead of false

This commit is contained in:
Iuri Matias 2018-08-24 10:05:48 -04:00
parent ba4510fa17
commit c5a65177c3
1 changed files with 1 additions and 1 deletions

View File

@ -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,