Skip to content

Commit

Permalink
Remove unused variable and function call in ReportPreview.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Jan 9, 2024
1 parent 636f1af commit 9a7b78a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReportActionItem/ReportPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ function ReportPreview(props) {
const managerID = props.iouReport.managerID || 0;
const isCurrentUserManager = managerID === lodashGet(props.session, 'accountID');
const {totalDisplaySpend, reimbursableSpend} = ReportUtils.getMoneyRequestSpendBreakdown(props.iouReport);
const isGroupPolicy = ReportUtils.isGroupPolicyExpenseChat(props.chatReport);
const policyType = lodashGet(props.policy, 'type');
const isAutoReimbursable = ReportUtils.canBeAutoReimbursed(props.iouReport, props.policy);

Expand Down

0 comments on commit 9a7b78a

Please sign in to comment.