Skip to content

Commit 59b7c76

Browse files
GGcode1llambda
authored andcommitted
Add tohms on summary report
1 parent 6754a7d commit 59b7c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/reports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ function Summary({results, vehicles}) {
417417
<td>{ tohms(results[vid].avgPark) }</td>
418418
<td>{ tohms(results[vid].totalIdle) }</td>
419419
<td>{ results[vid].idles }</td>
420-
<td>{ results[vid].avgIdle }</td>
420+
<td>{ tohms(results[vid].avgIdle) }</td>
421421
<td>{ tomiles(results[vid].beginOdometer) }</td>
422422
<td>{ tomiles(results[vid].endOdometer) }</td>
423423
</tr>)

0 commit comments

Comments
 (0)