Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed May 22, 2023
1 parent 64d9656 commit 1ed6884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const defaultProps = {
const MoneyRequestAction = (props) => {
const hasMultipleParticipants = lodashGet(props.chatReport, 'participants', []).length > 1;
const isSplitBillAction = lodashGet(props.action, 'originalMessage.type', '') === CONST.IOU.REPORT_ACTION_TYPE.SPLIT;

const onIOUPreviewPressed = () => {
if (isSplitBillAction && hasMultipleParticipants) {
Navigation.navigate(ROUTES.getReportParticipantsRoute(props.chatReportID));
Expand Down

0 comments on commit 1ed6884

Please sign in to comment.