parent
00b4616367
commit
7e0371b35d
@ -0,0 +1,7 @@
|
|||||||
|
import RunInfo from './run-info';
|
||||||
|
|
||||||
|
export default class RunInfoNumeric extends RunInfo {
|
||||||
|
formatValue() {
|
||||||
|
return [this.state.value.toFixed(2), this.props.unit].join(' ');
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue