From 670e283dbffd606e8be31cb665ae73d682eb670c Mon Sep 17 00:00:00 2001 From: Daniel Kaspo Date: Wed, 7 Jun 2017 20:16:14 -0400 Subject: [PATCH] Returned null instead of an empty div. --- common/containers/Tabs/WalletDecrypt/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/containers/Tabs/WalletDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/index.jsx index f229e074..bcfaaf3b 100644 --- a/common/containers/Tabs/WalletDecrypt/index.jsx +++ b/common/containers/Tabs/WalletDecrypt/index.jsx @@ -84,7 +84,7 @@ export default class WalletDecrypt extends Component { render() { const decryptionComponent = this.state.decryptionComponent ? : -
; + null; return (