This commit is contained in:
zeppi 2020-12-17 09:46:17 -05:00 committed by Sean Yesmunt
parent a37f195d73
commit e3c05268e5
2 changed files with 6 additions and 6 deletions
dist
src/redux/selectors

2
dist/bundle.es.js vendored
View file

@ -2225,7 +2225,7 @@ const makeSelectClaimForUri = (uri, returnRepost = true) => reselect.createSelec
return _extends$3({}, repostedClaim, {
repost_url: uri,
repost_channel_url: channelUrl,
repost_amount: claim && claim.meta && claim.meta.effective_amount
repost_bid_amount: claim && claim.meta && claim.meta.effective_amount
});
} else {
return claim;

View file

@ -127,7 +127,7 @@ export const makeSelectClaimForUri = (uri: string, returnRepost: boolean = true)
...repostedClaim,
repost_url: uri,
repost_channel_url: channelUrl,
repost_amount: claim && claim.meta && claim.meta.effective_amount,
repost_bid_amount: claim && claim.meta && claim.meta.effective_amount,
};
} else {
return claim;