Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Nov 29, 2023
1 parent 6ceb9b8 commit 1c1b3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/screens/ScanHelp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { Linking, ScrollView, StyleSheet, Text } from 'react-native'
import { SafeAreaView } from 'react-native-safe-area-context'

import Link from '../components/texts/Link'
import { useConfiguration } from '../contexts/configuration'
import { useTheme } from '../contexts/theme'
import { testIdWithKey } from '../utils/testable'
import { useConfiguration } from '../contexts/configuration'

const ScanHelp: React.FC = () => {
const { t } = useTranslation()
Expand Down

0 comments on commit 1c1b3ac

Please sign in to comment.