diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-27 17:43:31 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-27 17:43:31 -0400 |
commit | 23afcca0adfb4d0023ed73f489a4874898851971 (patch) | |
tree | cfa05574f4774d07276dd3cf273bde62abb37615 /src | |
parent | ee8ccd2b48dee19c5526c1fccb613b718c0cf759 (diff) |
Lint
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index f3b8788b..66106a6f 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -30,16 +30,14 @@ import { ERROR_NO_MOMENT_CATEGORY, ERROR_SOMETHING_WENT_WRONG_REFRESH, ERROR_UPLOAD, - SUCCESS_PIC_UPLOAD, } from '../../constants/strings'; import * as RootNavigation from '../../RootNavigation'; import {MainStackParams} from '../../routes'; -import {patchMoment, postMoment, postMomentTags} from '../../services'; +import {patchMoment} from '../../services'; import { handleImageMomentUpload, handleVideoMomentUpload, loadUserMoments, - updateProfileCompletionStage, } from '../../store/actions'; import {RootState} from '../../store/rootReducer'; import {MomentTagType} from '../../types'; |