Removing unused state variable

This commit is contained in:
Matthew Alan Gray 2022-10-15 13:24:20 -05:00
Родитель 15419905ef
Коммит b61abd755d
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -11,8 +11,7 @@ export class AddHealthCheck extends Component {
patientid: '',
date: '',
healthstatus: '',
symptoms: [],
symptomToAdd: ''
symptoms: []
};
}