Skip to content

Commit

Permalink
feat(vta-1574): applied welsh miles logic to odometer history
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-cs committed Sep 4, 2023
1 parent f6aa70f commit 837c379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public List<FormattedOdometerReading> getMileageHistoryWelsh() {
return getOdometerHistoryList().stream()
.map(
entry -> new FormattedOdometerReading(
ODOMETER_FORMATTER.formatValue(entry),
ODOMETER_FORMATTER.formatWelshValue(entry),
entry.getDate()
)
)
Expand Down

0 comments on commit 837c379

Please sign in to comment.