Skip to content

Commit

Permalink
Reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 23, 2024
1 parent 3ed7d57 commit 85169e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ function MoneyRequestAction({
const styles = useThemeStyles();
const {translate} = useLocalize();
const {isOffline} = useNetwork();

const isSplitBillAction = ReportActionsUtils.isSplitBillAction(action);
const isTrackExpenseAction = ReportActionsUtils.isTrackExpenseAction(action);

const onMoneyRequestPreviewPressed = () => {
if (isSplitBillAction) {
const reportActionID = action.reportActionID ?? '-1';
Expand Down

0 comments on commit 85169e9

Please sign in to comment.