Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Dec 13, 2023
1 parent 1bcec29 commit d09f2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ function getMoneyRequestInformation(
},
}
: undefined;

// The policy expense chat should have the GBR only when its a paid policy and the scheduled submit is turned off
// so the employee has to submit to tits manager manually.
const hasOutstandingChildRequest = isPolicyExpenseChat && isFromPaidPolicy && needsToBeManuallySubmitted;
Expand Down
2 changes: 1 addition & 1 deletion src/types/onyx/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type Policy = {
autoReportingFrequency: ValueOf<typeof CONST.POLICY.AUTO_REPORTING_FREQUENCIES>;

/** Whether the scheduled submit is enabled */
isHarvestingEnabled: boolean,
isHarvestingEnabled: boolean;

/** The employee list of the policy */
employeeList?: [];
Expand Down

0 comments on commit d09f2d8

Please sign in to comment.