Skip to content

Commit 1602b39

Browse files
committed
Fix lint issues
1 parent 1c85d66 commit 1602b39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/home/report/PureReportActionItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,13 +772,13 @@ function PureReportActionItem({
772772
{
773773
text: 'actionableMentionWhisperOptions.inviteToChat',
774774
key: `${action.reportActionID}-actionableMentionWhisper-${CONST.REPORT.ACTIONABLE_MENTION_WHISPER_RESOLUTION.INVITE}`,
775-
onPress: () => resolveActionableMentionWhisper(reportID, action, CONST.REPORT.ACTIONABLE_MENTION_WHISPER_RESOLUTION.INVITE, report?.policyID),
775+
onPress: () => resolveActionableMentionWhisper(reportID, action, CONST.REPORT.ACTIONABLE_MENTION_WHISPER_RESOLUTION.INVITE, report?.policyID),
776776
isMediumSized: true,
777777
},
778778
{
779779
text: 'actionableMentionWhisperOptions.nothing',
780780
key: `${action.reportActionID}-actionableMentionWhisper-${CONST.REPORT.ACTIONABLE_MENTION_WHISPER_RESOLUTION.NOTHING}`,
781-
onPress: () => resolveActionableMentionWhisper(reportID, action, CONST.REPORT.ACTIONABLE_MENTION_WHISPER_RESOLUTION.NOTHING, report?.policyID),
781+
onPress: () => resolveActionableMentionWhisper(reportID, action, CONST.REPORT.ACTIONABLE_MENTION_WHISPER_RESOLUTION.NOTHING, report?.policyID),
782782
isMediumSized: true,
783783
},
784784
];

0 commit comments

Comments
 (0)