mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 06:28:28 +08:00
Small UI tweak.
This commit is contained in:
parent
ce2d8e10cf
commit
0060f0c2e9
@ -41,7 +41,7 @@ export class OptimizationResultComponent extends React.Component {
|
||||
{
|
||||
name: 'Hours/Run',
|
||||
width: 85,
|
||||
cellValue: (result) => result.methodTime.toFixed(1),
|
||||
cellValue: (result) => result.methodTime.toFixed(2),
|
||||
tooltip: (result) => result.methodTime.toString(),
|
||||
className: 'number',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user