Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Jul 11, 2023
1 parent 33764e3 commit c702e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/report/ContextMenu/ContextMenuActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export default [
// `ContextMenuItem` with `successText` and `successIcon` which will fallback to
// the `text` and `icon`
onPress: (closePopover, {reportAction, selection}) => {
console.log('reportAction', reportAction)
const isReportPreviewAction = ReportActionUtils.isReportPreviewAction(reportAction);
const iouReport = ReportUtils.getReport(ReportActionUtils.getIOUReportIDFromReportActionPreview(reportAction));
const displayingMessage = ReportUtils.getReportPreviewMessage(iouReport, reportAction);
Expand Down

0 comments on commit c702e7c

Please sign in to comment.