Returned null instead of an empty div.

This commit is contained in:
Daniel Kaspo 2017-06-07 20:16:14 -04:00
parent 87121c8a6d
commit 670e283dbf
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export default class WalletDecrypt extends Component {
render() {
const decryptionComponent = this.state.decryptionComponent ?
<this.state.decryptionComponent /> :
<div />;
null;
return (
<section className="container">