Merge pull request #34 from sonatagreen/fix-showpage-buttons

fix watch/download links on ?show= page
This commit is contained in:
Jeremy Kauffman 2016-08-22 17:03:25 -04:00 committed by GitHub
commit f80b057a6b

View file

@ -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>);
} }