This commit is contained in:
Roman Volosovskyi 2022-01-20 14:10:01 +02:00
parent 5684b632e3
commit d3d25ea0e1
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 6 additions and 5 deletions

View File

@ -27,11 +27,12 @@
(when (nil? web3)
(js/setTimeout
(fn []
(when-let [web3 (get-web3)]
(re-frame/dispatch [:set-in [:web3] web3])
(when-not dapp-store?
(re-frame/dispatch [:set-in [:view-id] :web3]))))
300))
(if-let [web3 (get-web3)]
(do (re-frame/dispatch [:set-in [:web3] web3])
(when-not dapp-store?
(re-frame/dispatch [:set-in [:view-id] :web3])))
(js/alert "NOOOOO")))
100))
(def all
[{:title "Exchanges"