Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Feb 14, 2024
1 parent 70fc1c8 commit d55757f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/iou/request/step/IOURequestStepMerchant.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ function IOURequestStepMerchant({
}
IOU.setMoneyRequestMerchant(transactionID, newMerchant, !isEditing);
if (isEditing) {

// When creating new money requests newMerchant can be blank so we fall back on PARTIAL_TRANSACTION_MERCHANT
IOU.updateMoneyRequestMerchant(transactionID, reportID, newMerchant || CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT, policy, policyTags, policyCategories);
}
Expand Down

0 comments on commit d55757f

Please sign in to comment.