2
0

Fix open status on media modal (#27867)

This commit is contained in:
Jeong Arm
2023-11-15 18:29:10 +09:00
committed by GitHub
parent 5d75799afa
commit 922f086253

View File

@@ -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 () {