(hour, min, sec)
| 23 | }, |
| 24 | |
| 25 | formatValue(hour, min, sec){ |
| 26 | return this.props.simple ? `${hour}:${min}` : `${hour}:${min}:${sec}` |
| 27 | }, |
| 28 | |
| 29 | getDefaultProps() { |
| 30 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…