added missing file

main
lesmaux 7 years ago
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…
Cancel
Save