aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-25 15:06:05 -0400
committerIvan Chen <ivan@tagg.id>2021-05-25 15:06:05 -0400
commitc6253ba5aa32638b63eb6ba1fcd11db6f8b6ba90 (patch)
treea4ed64bd6fdcb50a91474a4a37885f35cba81c24 /src
parentf7e5b61a7b81610f87f1650a3a3d4c2ba56665fe (diff)
Lint (again)
Diffstat (limited to 'src')
-rw-r--r--src/components/suggestedPeople/BadgesDropdown.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/suggestedPeople/BadgesDropdown.tsx b/src/components/suggestedPeople/BadgesDropdown.tsx
index 716aec48..7b35c61a 100644
--- a/src/components/suggestedPeople/BadgesDropdown.tsx
+++ b/src/components/suggestedPeople/BadgesDropdown.tsx
@@ -1,4 +1,3 @@
-import {useNavigation} from '@react-navigation/native';
import React, {useEffect, useState} from 'react';
import {ImageSourcePropType, StyleSheet} from 'react-native';
import {TouchableOpacity} from 'react-native-gesture-handler';