Fix issue with quote repost not opening modal dialog
This commit is contained in:
parent
04b9807d52
commit
3725bfa5ef
@ -192,9 +192,7 @@ export function quoteCompose(status, router) {
|
|||||||
if (isMobile(window.innerWidth)) {
|
if (isMobile(window.innerWidth)) {
|
||||||
router.history.push('/compose')
|
router.history.push('/compose')
|
||||||
} else {
|
} else {
|
||||||
if (showModal) {
|
dispatch(openModal('COMPOSE'));
|
||||||
dispatch(openModal('COMPOSE'));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user