Replaces the inheritance with composition pattern in the Symptom view
This commit is contained in:
@@ -21,7 +21,6 @@ export default class TimeInput extends Component {
|
||||
this.state = {
|
||||
isTimePickerVisible: false,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
showTimePicker = () => {
|
||||
|
||||
Reference in New Issue
Block a user