Fix open status on media modal (#27867)

th-downstream
Jeong Arm 1 year ago committed by GitHub
parent 5d75799afa
commit 922f086253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save