From ce4d3eb88a787079ad065db46a31688de94908d4 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Sat, 6 Oct 2018 08:44:06 +0300 Subject: [PATCH] [#6162] fix passphrase-validation --- src/status_im/ui/screens/accounts/recover/views.cljs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/status_im/ui/screens/accounts/recover/views.cljs b/src/status_im/ui/screens/accounts/recover/views.cljs index cf010cefe6..86d9b12a52 100644 --- a/src/status_im/ui/screens/accounts/recover/views.cljs +++ b/src/status_im/ui/screens/accounts/recover/views.cljs @@ -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