Skip to content

Commit

Permalink
Show not-allowed cursor when accepting arbiter quote
Browse files Browse the repository at this point in the history
  • Loading branch information
madis committed Dec 9, 2024
1 parent 20d228c commit c31aa2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/ethlance/ui/page/job_detail.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,14 @@
[c-text-input
{:placeholder ""
:disabled true
:style {:cursor "not-allowed"}
:value (get-in arbitration-to-accept [:arbiter :user :user/name])}]]
[:div.amount-input
[:div.label {:style {:margin-right "1em"}} "Amount: "]
[c-text-input
{:placeholder ""
:disabled true
:style {:cursor "not-allowed"}
:value (token-utils/human-amount (get arbitration-to-accept :arbitration/fee) :eth)}]
[:label "ETH"]]

Expand Down

0 comments on commit c31aa2e

Please sign in to comment.