Fix modal functionality

pull/8/head
Vladimir Volek 6 years ago
parent 2ca9e09ed9
commit 221f988fef

@ -90,8 +90,7 @@ class Modal extends Component<Props> {
render() {
if (!this.props.modal.opened) return null;
const { opened } = this.props.modal;
const windowType = RECEIVE.REQUEST_UNVERIFIED;
const { opened, windowType } = this.props.modal;
let component = null;
switch (windowType) {

Loading…
Cancel
Save