Fix open status on media modal (#27867)
This commit is contained in:
parent
8d611ef932
commit
7ed31b511a
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class Footer extends ImmutablePureComponent {
|
||||||
onClose();
|
onClose();
|
||||||
}
|
}
|
||||||
|
|
||||||
history.push(`/@${status.getIn(['account', 'acct'])}/${status.get('id')}`);
|
this.props.history.push(`/@${status.getIn(['account', 'acct'])}/${status.get('id')}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
render () {
|
render () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue