Small UI tweak.

This commit is contained in:
Daan Vanden Bosch 2019-06-12 10:07:50 +02:00
parent ce2d8e10cf
commit 0060f0c2e9

View File

@ -41,7 +41,7 @@ export class OptimizationResultComponent extends React.Component {
{ {
name: 'Hours/Run', name: 'Hours/Run',
width: 85, width: 85,
cellValue: (result) => result.methodTime.toFixed(1), cellValue: (result) => result.methodTime.toFixed(2),
tooltip: (result) => result.methodTime.toString(), tooltip: (result) => result.methodTime.toString(),
className: 'number', className: 'number',
}, },