From e4544087a89f533f98964f5bf95d06564f14febf Mon Sep 17 00:00:00 2001 From: Sonata Green Date: Sun, 21 Aug 2016 11:51:20 -0500 Subject: [PATCH] fix watch/download links on ?show= page --- js/page/show.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/page/show.js b/js/page/show.js index 523df5491..9f8654c0b 100644 --- a/js/page/show.js +++ b/js/page/show.js @@ -86,7 +86,7 @@ var FormatsSection = React.createClass({ {/* In future, anticipate multiple formats, just a guess at what it could look like // var formats = this.props.claimInfo.formats // return ({formats.map(function(format,i){ */} - + {/* })}); */} ); }