From 7950575e72d77b3dad971db148da4ca2ea3cdd73 Mon Sep 17 00:00:00 2001 From: Volodymyr Kozieiev Date: Wed, 18 Sep 2019 12:37:23 +0300 Subject: [PATCH] Fixed misprint in dismiss-keyboard --- components/src/status_im/ui/components/react.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/src/status_im/ui/components/react.cljs b/components/src/status_im/ui/components/react.cljs index 0226212bb17..a216e549491 100644 --- a/components/src/status_im/ui/components/react.cljs +++ b/components/src/status_im/ui/components/react.cljs @@ -28,7 +28,7 @@ (def dismiss-keyboard! (if platform/desktop? #() - (js-dependencies/dismiss-keyboard))) + js-dependencies/dismiss-keyboard)) (def splash-screen (.-SplashScreen native-modules))