fix watch/download links on ?show= page
This commit is contained in:
parent
0221761a5a
commit
e4544087a8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ var FormatsSection = React.createClass({
|
||||||
{/* In future, anticipate multiple formats, just a guess at what it could look like
|
{/* In future, anticipate multiple formats, just a guess at what it could look like
|
||||||
// var formats = this.props.claimInfo.formats
|
// var formats = this.props.claimInfo.formats
|
||||||
// return (<tbody>{formats.map(function(format,i){ */}
|
// return (<tbody>{formats.map(function(format,i){ */}
|
||||||
<FormatItem claimInfo={format} amount={this.props.amount} />
|
<FormatItem claimInfo={format} amount={this.props.amount} name={this.props.name} />
|
||||||
{/* })}</tbody>); */}
|
{/* })}</tbody>); */}
|
||||||
</div>);
|
</div>);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue