Skip to content

Commit

Permalink
highway length km fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Feb 1, 2024
1 parent 67f3ab7 commit b3d594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ $(document).ready(function () {
</tr>
<tr>
<td><strong>Highway Length (Last 6 Months)</strong></td>
<td>${data.raw.highwayLength6Months.toLocaleString(
<td>${data.raw.highwayLength6MonthsKm.toLocaleString(
undefined,
{ minimumFractionDigits: 2, maximumFractionDigits: 2 }
)}</td>
Expand Down

0 comments on commit b3d594f

Please sign in to comment.