bugfix
This commit is contained in:
parent
a37f195d73
commit
e3c05268e5
2 changed files with 6 additions and 6 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue