fixed custom tokens

This commit is contained in:
andrey 2020-10-06 11:38:54 +02:00
parent 4a0ad12f3a
commit 9f0ba0f67e
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 3 deletions

View File

@ -315,9 +315,7 @@
(fx/defn add-custom-token
[cofx {:keys [symbol]}]
(fx/merge cofx
(update-toggle-in-settings symbol true)
(update-balances nil nil)))
(update-toggle-in-settings cofx symbol true))
(fx/defn remove-custom-token
[cofx {:keys [symbol]}]