removed separate routes file
This commit is contained in:
parent
6a9e7005bd
commit
9bf45975da
3 changed files with 11 additions and 38 deletions
react/components/AssetDisplay
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue