Skip to content

Commit

Permalink
fix: per diem options disappears after changing currency offline
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Feb 4, 2025
1 parent 582a892 commit d649ac7
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 @@ -1308,6 +1308,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 d649ac7

Please sign in to comment.