diff --git a/src/status_im/ui/screens/wallet/send/subs.cljs b/src/status_im/ui/screens/wallet/send/subs.cljs index ff80ca220e..2dae90ce35 100644 --- a/src/status_im/ui/screens/wallet/send/subs.cljs +++ b/src/status_im/ui/screens/wallet/send/subs.cljs @@ -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 #" " " "))))