mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-30 18:35:37 +00:00
[#8051] TypeError (evaluating 'a.replace') when logging out with wallet is on 'Send transaction' screen
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
ebccb8e020
commit
4b62490e80
@ -94,4 +94,5 @@
|
||||
:wallet.send/signing-phrase-with-padding
|
||||
:<- [:account/account]
|
||||
(fn [{:keys [signing-phrase]}]
|
||||
(clojure.string/replace-all signing-phrase #" " " ")))
|
||||
(when signing-phrase
|
||||
(clojure.string/replace-all signing-phrase #" " " "))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user