Merge pull request #149 from lbryio/show-page-file-actions
Update Show page to use new FileActions component
This commit is contained in:
commit
c1922d097e
1 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@ var FormatItem = React.createClass({
|
||||||
costIncludesData: React.PropTypes.bool,
|
costIncludesData: React.PropTypes.bool,
|
||||||
},
|
},
|
||||||
render: function() {
|
render: function() {
|
||||||
|
|
||||||
var claimInfo = this.props.claimInfo;
|
var claimInfo = this.props.claimInfo;
|
||||||
var thumbnail = claimInfo.thumbnail;
|
var thumbnail = claimInfo.thumbnail;
|
||||||
var title = claimInfo.title;
|
var title = claimInfo.title;
|
||||||
|
@ -63,7 +62,7 @@ var FormatItem = React.createClass({
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
<FileActions />
|
<FileActions streamName={this.props.name} sdHash={claimInfo.sources.lbry_sd_hash} metadata={claimInfo} />
|
||||||
<section>
|
<section>
|
||||||
<Link href="https://lbry.io/dmca" label="report" className="button-text-help" />
|
<Link href="https://lbry.io/dmca" label="report" className="button-text-help" />
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue