From 5fcd1e679d0ed386b858ccf4ba272d9378472f71 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 3 Oct 2018 16:14:58 -0400 Subject: [PATCH] fix error with JSONTree empty at start --- embark-ui/src/components/Contract.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark-ui/src/components/Contract.js b/embark-ui/src/components/Contract.js index d3fb8795..0e0c6988 100644 --- a/embark-ui/src/components/Contract.js +++ b/embark-ui/src/components/Contract.js @@ -42,7 +42,7 @@ const Contract = ({contract, match}) => { ABI - + {contract.abiDefinition && }