From a484a53d729bce38adeb521e862518ea0f0044ff Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Tue, 30 Jun 2020 09:04:02 -0400 Subject: Forgot to lint --- src/screens/Login.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/screens/Login.tsx b/src/screens/Login.tsx index fe5748fc..c6f23c03 100644 --- a/src/screens/Login.tsx +++ b/src/screens/Login.tsx @@ -10,7 +10,7 @@ import { TouchableOpacity, StyleSheet, Keyboard, - TouchableWithoutFeedback + TouchableWithoutFeedback, } from 'react-native'; import {RootStackParams} from '../routes'; @@ -103,7 +103,10 @@ const Login = ({navigation}: LoginProps) => { return ( <> - {Keyboard.dismiss()}}> + { + Keyboard.dismiss(); + }}>