Skip to content

Commit 0950d46

Browse files
author
Guillermo Machado
committed
fix: remove unnecessary classname prop and import react
1 parent 113619a commit 0950d46

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/app/forgot-password.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
import { useTranslation } from 'react-i18next';
23
import { showMessage } from 'react-native-flash-message';
34

src/app/login.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { useRouter } from 'expo-router';
2+
import React from 'react';
23
import { useTranslation } from 'react-i18next';
34
import { showMessage } from 'react-native-flash-message';
45

src/components/forgot-password-form.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export const ForgotPasswordForm = (props: ForgotPasswordFormProps) => {
6262
testID="send-email-button"
6363
label={t('forgotPassword.buttonLabel')}
6464
onPress={handleSubmit(onSubmit)}
65-
className=""
6665
/>
6766
</View>
6867
</View>

0 commit comments

Comments
 (0)