Skip to content

Commit

Permalink
Merge pull request #56359 from nkdengineer/fix/56071
Browse files Browse the repository at this point in the history
fix: per diem options disappears after changing currency offline
  • Loading branch information
arosiclair authored Feb 5, 2025
2 parents 74e1061 + d649ac7 commit 3bc5f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Policy/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,7 @@ function updateGeneralSettings(policyID: string | undefined, name: string, curre
outputCurrency: currency,
...(customUnitID && {
customUnits: {
...policy.customUnits,
[customUnitID]: {
...distanceUnit,
rates: optimisticRates,
Expand Down

0 comments on commit 3bc5f23

Please sign in to comment.