Merge branch 'fix-status-action' into 'next'

Fix bug when clicking on a Status

See merge request soapbox-pub/soapbox-fe!1139
virtualized-window
Justin 3 years ago
commit e63d095468

@ -580,7 +580,7 @@ class Status extends ImmutablePureComponent {
data-featured={featured ? 'true' : null}
aria-label={textForScreenReader(intl, status, rebloggedByText)}
ref={this.handleRef}
onClick={() => this.context.router.history.push(statusUrl)}
onClick={() => this.props.history.push(statusUrl)}
role='link'
>
{prepend}

Loading…
Cancel
Save