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() {
|
render() {
|
||||||
const decryptionComponent = this.state.decryptionComponent ?
|
const decryptionComponent = this.state.decryptionComponent ?
|
||||||
<this.state.decryptionComponent /> :
|
<this.state.decryptionComponent /> :
|
||||||
<div />;
|
null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="container">
|
<section className="container">
|
||||||
|
|
Loading…
Reference in New Issue