[Glitch] Fix “open” link of media modal not closing modal
Port d65262ae8b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
de0c97de2f
commit
7531593afa
|
@ -116,7 +116,11 @@ class Footer extends ImmutablePureComponent {
|
|||
return;
|
||||
}
|
||||
|
||||
const { status } = this.props;
|
||||
const { status, onClose } = this.props;
|
||||
|
||||
if (onClose) {
|
||||
onClose();
|
||||
}
|
||||
|
||||
router.history.push(`/statuses/${status.get('id')}`);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue