Skip to content

Commit

Permalink
lint: useContext not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
TravellerOnTheRun authored and jessgusclark committed Nov 7, 2023
1 parent 4bdb700 commit a690e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/screens/createKeys/import/ImportMasterKeyScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useCallback, useState, useRef, useContext } from 'react'
import { useCallback, useState, useRef } from 'react'
import { ScrollView, StyleSheet, TextInput, View } from 'react-native'
import { Pagination } from 'react-native-snap-carousel'
import Carousel, { ICarouselInstance } from 'react-native-reanimated-carousel'
Expand Down
2 changes: 1 addition & 1 deletion src/screens/createKeys/new/NewMasterKeyScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CompositeScreenProps } from '@react-navigation/native'
import { useCallback, useContext, useMemo, useState } from 'react'
import { useCallback, useMemo, useState } from 'react'
import { StyleSheet, View } from 'react-native'
import { useTranslation } from 'react-i18next'

Expand Down

0 comments on commit a690e2b

Please sign in to comment.