pull/8/head
Vladimir Volek 6 years ago
parent 3fcb9dc25f
commit 5c89786452

@ -92,8 +92,8 @@ class Modal extends Component<Props> {
render() {
if (!this.props.modal.opened) return null;
const { opened } = this.props.modal;
const windowType = CONNECT.REMEMBER_REQUEST;
const { opened, windowType } = this.props.modal;
let component = null;
switch (windowType) {
case UI.REQUEST_PIN:

Loading…
Cancel
Save