Fixed the feature breaking change, I don't how I could have skipped this
This commit is contained in:
parent
5b49915ff6
commit
997c8930c1
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class FilePage extends React.PureComponent {
|
||||||
? <TipLink
|
? <TipLink
|
||||||
onTipShow={this.handleTipShow.bind(this)}
|
onTipShow={this.handleTipShow.bind(this)}
|
||||||
onTipHide={this.handleTipHide.bind(this)}
|
onTipHide={this.handleTipHide.bind(this)}
|
||||||
claim_id={fileInfo.claim_id}
|
claim_id={claim.claim_id}
|
||||||
/>
|
/>
|
||||||
: ""}
|
: ""}
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
|
|
Loading…
Reference in a new issue