diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-29 14:09:34 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-29 14:09:34 -0400 |
commit | 2947fb74da4f990ac9c15cb352ef254592a3c6ab (patch) | |
tree | 1d9d1f32b3a4f8457cb9914c776a6b07fbc57ff7 /src | |
parent | 5c99a5a581dd93f89db248d853d9785e83e608ae (diff) |
Lint
Diffstat (limited to 'src')
-rw-r--r-- | src/components/moments/MomentPost.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/moments/MomentPost.tsx b/src/components/moments/MomentPost.tsx index 19d25739..eae95fe2 100644 --- a/src/components/moments/MomentPost.tsx +++ b/src/components/moments/MomentPost.tsx @@ -25,7 +25,6 @@ import Video from 'react-native-video'; import {useDispatch, useSelector, useStore} from 'react-redux'; import {TaggedUsersDrawer} from '.'; import PauseIcon from '../../assets/icons/pause-icon.svg'; -import {TAGG_PURPLE} from '../../constants/constants'; import {headerBarOptions} from '../../routes'; import {MomentContext} from '../../screens/profile/IndividualMoment'; import {deleteMomentTag, loadMomentTags} from '../../services'; @@ -34,7 +33,6 @@ import {RootState} from '../../store/rootReducer'; import {MomentPostType, MomentTagType, ScreenType, UserType} from '../../types'; import { getTimePosted, - isIPhoneX, navigateToProfile, normalize, SCREEN_HEIGHT, |