Skip to content
Snippets Groups Projects
Unverified Commit 765626a3 authored by Takeshi Umeda's avatar Takeshi Umeda Committed by GitHub
Browse files

Fix the Open handler for PreviewCard (#15305)

parent 0b437325
No related branches found
No related tags found
No related merge requests found
......@@ -432,7 +432,7 @@ class Status extends ImmutablePureComponent {
} else if (status.get('spoiler_text').length === 0 && status.get('card')) {
media = (
<Card
onOpenMedia={this.props.onOpenMedia}
onOpenMedia={this.handleOpenMedia}
card={status.get('card')}
compact
cacheWidth={this.props.cacheMediaWidth}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment