updated showAsset to use an id

This commit is contained in:
bill bittner 2018-02-08 16:23:09 -08:00
commit c96c4d1fbd
15 changed files with 42 additions and 60 deletions
react/components/AssetDisplay

View file

@ -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],
};
};