mirror of
https://github.com/status-im/open-bounty.git
synced 2025-03-01 09:30:42 +00:00
Fix issue in manage bounties view
* spinner for "Confirm" button was showing in some incorrect states
This commit is contained in:
parent
808315209f
commit
453d8a225a
@ -38,7 +38,8 @@
|
||||
{}
|
||||
{:disabled true})
|
||||
{:on-click #(rf/dispatch [:confirm-payout claim])}
|
||||
(when (or confirming? bot-confirm-unmined?)
|
||||
(when (and (or confirming? bot-confirm-unmined?)
|
||||
merged?)
|
||||
{:class "busy loading" :disabled true}))
|
||||
(if paid?
|
||||
"Signed off"
|
||||
|
Loading…
x
Reference in New Issue
Block a user