From c3220bcb9957ed0a9b17c3037d5b29e1aa8104f1 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Mon, 30 Jan 2017 03:46:37 -0500 Subject: [PATCH] Update Show page to use new FileActions component --- js/page/show.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/page/show.js b/js/page/show.js index 0bd1dde57..ae9ea3c33 100644 --- a/js/page/show.js +++ b/js/page/show.js @@ -22,7 +22,6 @@ var FormatItem = React.createClass({ costIncludesData: React.PropTypes.bool, }, render: function() { - var claimInfo = this.props.claimInfo; var thumbnail = claimInfo.thumbnail; var title = claimInfo.title; @@ -63,7 +62,7 @@ var FormatItem = React.createClass({ - +