aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-06-22 08:44:12 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-06-22 08:44:12 -0700
commit706a6c77971a10d8d45d1b3e189eadc28f89841e (patch)
tree11f1547b1903b94c63614b15206c81cccf6a8b44 /src/components/profile
parent4cb6ccf53bc7bf6a6749e9b04c7e1dd057aab56e (diff)
Fix lint errors
Diffstat (limited to 'src/components/profile')
-rw-r--r--src/components/profile/MomentMoreInfoDrawer.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/MomentMoreInfoDrawer.tsx b/src/components/profile/MomentMoreInfoDrawer.tsx
index a8adcfda..dc4ebe32 100644
--- a/src/components/profile/MomentMoreInfoDrawer.tsx
+++ b/src/components/profile/MomentMoreInfoDrawer.tsx
@@ -3,7 +3,6 @@ import React, {useEffect, useState} from 'react';
import {
Alert,
GestureResponderEvent,
- StyleSheet,
TextStyle,
TouchableOpacity,
ViewProps,