Skip to content

Commit

Permalink
fix: App is stuck on the confirmation page when submitting expense
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Feb 5, 2025
1 parent 27780d5 commit f7b308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4427,7 +4427,7 @@ function requestMoney(requestMoneyInformation: RequestMoneyInformation) {

switch (action) {
case CONST.IOU.ACTION.SUBMIT: {
if (!linkedTrackedExpenseReportAction || !actionableWhisperReportActionID || !linkedTrackedExpenseReportID) {
if (!linkedTrackedExpenseReportAction || !linkedTrackedExpenseReportID) {
return;
}
const workspaceParams =
Expand Down

0 comments on commit f7b308d

Please sign in to comment.