File tree 1 file changed +6
-4
lines changed
src/status_im/contexts/wallet/send/input_amount
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 178
178
utils/token-usd-price
179
179
utils/one-cent-value
180
180
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))))
185
187
clear-input! #(set-input-state controlled-input/delete-all)
186
188
currency-symbol (rf/sub [:profile/currency-symbol ])
187
189
loading-routes? (rf/sub
You can’t perform that action at this time.
0 commit comments