Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
manu0466 committed Mar 14, 2024
1 parent 8d758d5 commit c03e950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/UnlockApplication/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { useSetting } from '@recoil/settings';
import { checkUserPassword, isKeyChainInitialized } from 'lib/SecureStorage';
import { BiometricAuthorizations } from 'types/settings';
import { useSetAppState } from '@recoil/appState';
import { useSafeAreaInsets } from 'react-native-safe-area-context';
import useGetPasswordFromBiometrics from 'hooks/useGetPasswordFromBiometrics';
import Spacer from 'components/Spacer';
import DKeyboardAvoidingView from 'components/DKeyboardAvoidingView';
Expand Down Expand Up @@ -42,7 +41,6 @@ const UnlockApplication: React.FC<NavProps> = (props) => {
const areBiometricsEnabled = useSetting('loginWithBiometrics');
const setAppState = useSetAppState();

const { bottom } = useSafeAreaInsets();
const getPasswordFromBiometrics = useGetPasswordFromBiometrics(BiometricAuthorizations.Login);

const previousScreenParams = useMemo(() => {
Expand Down

0 comments on commit c03e950

Please sign in to comment.