Skip to content

Commit 3fa39cd

Browse files
committed
fix: typecheck
1 parent 02e4828 commit 3fa39cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/PrevNextButtons.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ function PrevNextButtons({isPrevButtonDisabled, isNextButtonDisabled, onNext, on
4040
sentryLabel={CONST.SENTRY_LABEL.HEADER.PREVIOUS_BUTTON}
4141
style={[styles.h7, styles.mr1, styles.alignItemsCenter, styles.justifyContentCenter]}
4242
onPress={onPrevious}
43-
sentryLabel={CONST.SENTRY_LABEL.PREV_NEXT_BUTTONS.PREV_BUTTON}
4443
>
4544
<View style={[styles.reportActionContextMenuMiniButton, {backgroundColor: theme.borderLighter}, isPrevButtonDisabled && styles.buttonOpacityDisabled]}>
4645
<Icon
@@ -59,7 +58,6 @@ function PrevNextButtons({isPrevButtonDisabled, isNextButtonDisabled, onNext, on
5958
sentryLabel={CONST.SENTRY_LABEL.HEADER.NEXT_BUTTON}
6059
style={[styles.h7, styles.alignItemsCenter, styles.justifyContentCenter]}
6160
onPress={onNext}
62-
sentryLabel={CONST.SENTRY_LABEL.PREV_NEXT_BUTTONS.NEXT_BUTTON}
6361
>
6462
<View style={[styles.reportActionContextMenuMiniButton, {backgroundColor: theme.borderLighter}, isNextButtonDisabled && styles.buttonOpacityDisabled]}>
6563
<Icon

0 commit comments

Comments
 (0)