[fix 5981] fix "thank you" pop after every login
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
4bd5d986b0
commit
9d042bad7f
|
@ -17,7 +17,7 @@
|
|||
(utils/show-popup
|
||||
(i18n/label :mainnet-is-default-alert-title)
|
||||
(i18n/label :mainnet-is-default-alert-text)
|
||||
#(re-frame/dispatch [:accounts.ui/update-mainnet-warning-shown])))))
|
||||
#(re-frame/dispatch [:accounts.ui/mainnet-warning-shown])))))
|
||||
|
||||
(defn- chat-send? [transaction]
|
||||
(and (seq transaction)
|
||||
|
|
Loading…
Reference in New Issue