Compare commits

...
2 Commits
Author SHA1 Message Date
Ibrahem Khalil 9abb794785 Merge branch 'develop' into 18877 2024-02-18 14:02:46 +02:00
ibrkhalil aefb0338ec Use placeholder value if no wallet name is supplied 2024-02-17 20:14:36 +02:00
@@ -133,7 +133,9 @@
:emoji @emoji
:color @account-color
:path @derivation-path
:account-name @account-name}]))
:account-name (if (string/blank? @account-name)
placeholder
@account-name)}]))
:auth-button-label (i18n/label :t/confirm)
;; TODO (@rende11) Add this property when sliding button issue will fixed
;; https://github.com/status-im/status-mobile/pull/18683#issuecomment-1941564785