diff --git a/templates/demo/app/dapp.js b/templates/demo/app/dapp.js index ecba52f0..2117558b 100644 --- a/templates/demo/app/dapp.js +++ b/templates/demo/app/dapp.js @@ -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,