[#6162] fix passphrase-validation

This commit is contained in:
Roman Volosovskyi 2018-10-06 08:44:06 +03:00
parent 884bbbb813
commit ce4d3eb88a
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 0 additions and 5 deletions

View File

@ -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