kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix bug when clicking on a Status
rodzic
5f4930dba3
commit
2094f9673d
|
@ -580,7 +580,7 @@ class Status extends ImmutablePureComponent {
|
||||||
data-featured={featured ? 'true' : null}
|
data-featured={featured ? 'true' : null}
|
||||||
aria-label={textForScreenReader(intl, status, rebloggedByText)}
|
aria-label={textForScreenReader(intl, status, rebloggedByText)}
|
||||||
ref={this.handleRef}
|
ref={this.handleRef}
|
||||||
onClick={() => this.context.router.history.push(statusUrl)}
|
onClick={() => this.props.history.push(statusUrl)}
|
||||||
role='link'
|
role='link'
|
||||||
>
|
>
|
||||||
{prepend}
|
{prepend}
|
||||||
|
|
Ładowanie…
Reference in New Issue