Skip to content

Commit 8fa6a16

Browse files
committed
fix linter
1 parent d3857dc commit 8fa6a16

File tree

1 file changed

+6
-4
lines changed
  • src/status_im/contexts/wallet/send/input_amount

1 file changed

+6
-4
lines changed

src/status_im/contexts/wallet/send/input_amount/view.cljs

+6-4
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,12 @@
178178
utils/token-usd-price
179179
utils/one-cent-value
180180
utils/calc-max-crypto-decimals)
181-
[input-state set-input-state] (rn/use-state (-> controlled-input/init-state
182-
(controlled-input/set-upper-limit (utils/cut-crypto-decimals-to-fit-usd-cents
183-
(or default-limit-crypto token-balance)
184-
conversion-rate))))
181+
[input-state set-input-state] (rn/use-state
182+
(-> controlled-input/init-state
183+
(controlled-input/set-upper-limit
184+
(utils/cut-crypto-decimals-to-fit-usd-cents
185+
(or default-limit-crypto token-balance)
186+
conversion-rate))))
185187
clear-input! #(set-input-state controlled-input/delete-all)
186188
currency-symbol (rf/sub [:profile/currency-symbol])
187189
loading-routes? (rf/sub

0 commit comments

Comments
 (0)