Remove addition to HREF

This commit is contained in:
morant 2016-01-29 12:29:17 -05:00
parent 6e682269fb
commit 7c411845c2

View file

@ -51,8 +51,6 @@ var Carousel = React.createClass({
href = '/' + item.type + '/' + item.id + '/';
}
href = "//scratch.mit.edu" + href;
return (
<Thumbnail key={item.id}
showLoves={this.props.showLoves}