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({
-
+