From ba4510fa173a1e0679aa52f4547932e59ed1300d Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 23 Aug 2018 16:23:00 -0400 Subject: [PATCH] remove unneded else --- templates/demo/app/dapp.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/demo/app/dapp.js b/templates/demo/app/dapp.js index 50b305e3c..ecba52f0d 100644 --- a/templates/demo/app/dapp.js +++ b/templates/demo/app/dapp.js @@ -81,7 +81,7 @@ class App extends React.Component {
Something went wrong connecting to ethereum. Please make sure you have a node running or are using metamask to connect to the ethereum network:
{this.state.error}
); - } else { + } return (

Embark - Usage Example

@@ -99,7 +99,6 @@ class App extends React.Component {
); - } } }