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})
|
{:disabled true})
|
||||||
{:on-click #(rf/dispatch [:confirm-payout claim])}
|
{: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}))
|
{:class "busy loading" :disabled true}))
|
||||||
(if paid?
|
(if paid?
|
||||||
"Signed off"
|
"Signed off"
|
||||||
|
|
Loading…
Reference in New Issue