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/ShowAssetLite

View file

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