Bluesky app fork with some witchin' additions 💫

rm useless function wrap

+1 -2
+1 -2
src/screens/Login/index.tsx
··· 85 85 } 86 86 }, [serviceError, serviceUrl, _]) 87 87 88 - const onPressRetryConnect = () => refetchService() 89 88 const onPressForgotPassword = () => { 90 89 track('Signin:PressedForgotPassword') 91 90 setCurrentForm(Forms.ForgotPassword) ··· 109 108 setServiceUrl={setServiceUrl} 110 109 onPressBack={onPressBack} 111 110 onPressForgotPassword={onPressForgotPassword} 112 - onPressRetryConnect={onPressRetryConnect} 111 + onPressRetryConnect={refetchService} 113 112 /> 114 113 ) 115 114 break