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/AssetDisplay
|
@ -6,7 +6,7 @@ const mapStateToProps = ({ show }) => {
|
|||
return {
|
||||
error : show.displayAsset.error,
|
||||
status : show.displayAsset.status,
|
||||
claimData: show.showAsset.claimData,
|
||||
asset : show.assetList[show.showAsset.id],
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue