diff options
author | Michael <michael.foiani@gmail.com> | 2021-07-13 16:13:06 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-07-13 16:13:06 -0400 |
commit | 648193580fb2648906864f439befff5dad480671 (patch) | |
tree | bb0eacb612a968e2a4de33e4b60e339bbe41c795 /src | |
parent | 45e9f5568e24becad0b1aefece41606a554c5d4d (diff) |
Commented out trimmer player input.
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index d472bc7c..954f8b24 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -49,7 +49,7 @@ import {RootState} from '../../store/rootReducer'; import {MomentTagType} from '../../types'; import {isIPhoneX, normalize, SCREEN_WIDTH, StatusBarHeight} from '../../utils'; import {mentionPartTypes} from '../../utils/comments'; -// import {TrimmerPlayer} from '../../components/moments/trimmer'; +//import {TrimmerPlayer} from '../../components/moments/trimmer'; /** * Upload Screen to allow users to upload posts to Tagg */ |