Commit 698f651 1 parent 96ba185 commit 698f651 Copy full SHA for 698f651
File tree 1 file changed +1
-11
lines changed
src/components/widgets/TrainingMonitor/components/MeasureChart
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -430,16 +430,6 @@ class MeasureChart extends React.Component {
430
430
431
431
}
432
432
433
- if ( this . props . useBestValue && bestValue ) {
434
- displayedValue = bestValue ;
435
- bestValue = null ;
436
- }
437
-
438
- if ( this . props . useMinValue && minValue ) {
439
- displayedValue = minValue ;
440
- minValue = null ;
441
- }
442
-
443
433
const badgeIndex = index % 8 ;
444
434
445
435
return (
@@ -602,7 +592,7 @@ class MeasureChart extends React.Component {
602
592
< div className = "description row" >
603
593
{ values }
604
594
< h4 >
605
- { title } { this . props . useBestValue ? "(best)" : null }
595
+ { title }
606
596
{ this . props . showLogScale ? (
607
597
< span className = "logScale" >
608
598
< input type = "checkbox" onChange = { this . toggleLogScale } /> Log
You can’t perform that action at this time.
0 commit comments