updated showAsset to use an id
This commit is contained in:
parent
f38a4fb7e5
commit
c96c4d1fbd
15 changed files with 42 additions and 60 deletions
react/components/ShowAssetLite
|
@ -3,8 +3,7 @@ import View from './view';
|
|||
|
||||
const mapStateToProps = ({ show }) => {
|
||||
return {
|
||||
name : show.showAsset.claimData.name,
|
||||
claimId: show.showAsset.claimData.claimId,
|
||||
asset: show.assetList[show.showAsset.id],
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue