From c5a65177c3b65eb064c57a2859623738e05a74f0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 24 Aug 2018 10:05:48 -0400 Subject: [PATCH] use null instead of false --- templates/demo/app/dapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/demo/app/dapp.js b/templates/demo/app/dapp.js index ecba52f0d..2117558b3 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,