removed separate routes file

This commit is contained in:
bill bittner 2018-02-22 15:59:51 -08:00
parent 6a9e7005bd
commit 9bf45975da
3 changed files with 11 additions and 38 deletions
react/components/AssetDisplay

View file

@ -8,7 +8,6 @@ class AssetDisplay extends React.Component {
this.props.onFileRequest(name, claimId);
}
render () {
console.log('rendering assetdisplay', this.props);
const { status, error, asset: { claimData: { name, claimId, contentType, fileExt, thumbnail } } } = this.props;
return (
<div id="asset-display-component">