Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Feb 2, 2024
1 parent 63d2dfc commit cbbc7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepConfirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function IOURequestStepConfirmation({
return;
}
IOU.setMoneyRequestCategory_temporaryForRefactor(transactionID, defaultCategory);
}, [transactionID, transaction.category, defaultCategory]);
}, [transactionID, transaction.category, requestType, defaultCategory]);

const navigateBack = useCallback(() => {
// If there is not a report attached to the IOU with a reportID, then the participants were manually selected and the user needs taken
Expand Down

0 comments on commit cbbc7a3

Please sign in to comment.