mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
[#6162] fix passphrase-validation
This commit is contained in:
parent
884bbbb813
commit
ce4d3eb88a
@ -17,11 +17,6 @@
|
||||
|
||||
(defview passphrase-input [passphrase error warning]
|
||||
(letsubs [input-ref (reagent/atom nil)]
|
||||
{:component-did-mount (fn [_] (when config/testfairy-enabled?
|
||||
(.hideView js-dependencies/testfairy @input-ref)))
|
||||
;;TODO(rasom): remove this line when default-value will
|
||||
;;be fixed in react-native-desktop
|
||||
:should-component-update (fn [] false)}
|
||||
[text-input/text-input-with-label
|
||||
{:style styles/recovery-phrase-input
|
||||
:height 92
|
||||
|
Loading…
x
Reference in New Issue
Block a user