Skip to content

Commit

Permalink
Ensure currency is always set
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-marcellini committed Oct 11, 2024
1 parent 99e9170 commit aded5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/DistanceRequestUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ function getRate({
return {
...mileageRate,
unit,
currency: mileageRate.currency ?? policyCurrency,
};
}

Expand Down

0 comments on commit aded5c2

Please sign in to comment.