take previous bid into account for total available to deposit #1725

Merged
neb-b merged 2 commits from 1712 into master 2018-07-02 22:11:02 +02:00
neb-b commented 2018-07-02 20:42:51 +02:00 (Migrated from github.com)
https://github.com/lbryio/lbry-app/issues/1712
kauffj (Migrated from github.com) approved these changes 2018-07-02 21:20:06 +02:00
@ -156,1 +160,4 @@
}
const totalAvailableBidAmount = previousBidAmount + balance;
kauffj (Migrated from github.com) commented 2018-07-02 21:20:02 +02:00

This logic would conceivably be better placed in a selector, but otherwise LGTM

This logic would conceivably be better placed in a selector, but otherwise LGTM
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1725
No description provided.