diff options
Diffstat (limited to 'src/view/com/util/PostCtrls.tsx')
-rw-r--r-- | src/view/com/util/PostCtrls.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/view/com/util/PostCtrls.tsx b/src/view/com/util/PostCtrls.tsx index 25f171598..c0ef412d8 100644 --- a/src/view/com/util/PostCtrls.tsx +++ b/src/view/com/util/PostCtrls.tsx @@ -115,7 +115,6 @@ export function PostCtrls(opts: PostCtrlsOpts) { <View style={[styles.ctrls, opts.style]}> <View style={s.flex1}> <TouchableOpacity - testID="postCtrlsReplyButton" style={styles.ctrl} hitSlop={HITSLOP} onPress={opts.onPressReply}> @@ -131,7 +130,6 @@ export function PostCtrls(opts: PostCtrlsOpts) { </View> <View style={s.flex1}> <TouchableOpacity - testID="postCtrlsToggleRepostButton" hitSlop={HITSLOP} onPress={onPressToggleRepostWrapper} style={styles.ctrl}> @@ -158,7 +156,6 @@ export function PostCtrls(opts: PostCtrlsOpts) { </View> <View style={s.flex1}> <TouchableOpacity - testID="postCtrlsToggleUpvoteButton" style={styles.ctrl} hitSlop={HITSLOP} onPress={onPressToggleUpvoteWrapper}> |