mirror of
https://github.com/status-im/status-react.git
synced 2025-01-24 01:39:12 +00:00
fix: keypiar name continue (#19859)
fix: keypiar name continue (#19859)
This commit is contained in:
parent
f942092a5e
commit
1757dc5d53
@ -48,7 +48,9 @@
|
|||||||
:button-one-label (i18n/label :t/continue)
|
:button-one-label (i18n/label :t/continue)
|
||||||
:button-one-props {:disabled? (or (pos? error)
|
:button-one-props {:disabled? (or (pos? error)
|
||||||
(< (count keypair-name)
|
(< (count keypair-name)
|
||||||
keypair-name-min-length))
|
keypair-name-min-length)
|
||||||
|
(> (count keypair-name)
|
||||||
|
keypair-name-max-length))
|
||||||
:customization-color customization-color
|
:customization-color customization-color
|
||||||
:on-press on-continue}
|
:on-press on-continue}
|
||||||
:container-style style/bottom-action}]}
|
:container-style style/bottom-action}]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user