[#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
|
:wallet.send/signing-phrase-with-padding
|
||||||
:<- [:account/account]
|
:<- [:account/account]
|
||||||
(fn [{:keys [signing-phrase]}]
|
(fn [{:keys [signing-phrase]}]
|
||||||
(clojure.string/replace-all signing-phrase #" " " ")))
|
(when signing-phrase
|
||||||
|
(clojure.string/replace-all signing-phrase #" " " "))))
|
||||||
|
|
Loading…
Reference in New Issue