Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed Jul 4, 2024
1 parent a3b8cc0 commit 0d33931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/data_store.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@
:approval-amount-required (:approval-amount-required new-path)
;; :cost () ;; tbd not used on desktop
:token-fees token-fees
:gas-amount (:tx-gas-amount new-path)}))
:gas-amount (:tx-gas-amount new-path)}))
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/send/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@
(-> n
money/wei->gwei
(money/with-precision 6)
(str)))
(str)))

0 comments on commit 0d33931

Please sign in to comment.