Returned null instead of an empty div.
This commit is contained in:
parent
87121c8a6d
commit
670e283dbf
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue