diff --git a/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart b/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart index c40ee25e..c3a43648 100644 --- a/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart +++ b/lib/widgets/patients/profile/soap_update/subjective/update_subjective_page.dart @@ -237,7 +237,7 @@ class _UpdateSubjectivePageState extends State { ExpandableSOAPWidget( headerTitle: TranslationBase.of(context) .chiefComplaints - .toUpperCase(), + , onTap: () { setState(() { isChiefExpand = !isChiefExpand; @@ -262,8 +262,7 @@ class _UpdateSubjectivePageState extends State { ExpandableSOAPWidget( headerTitle: TranslationBase .of(context) - .histories - .toUpperCase(), + .histories, onTap: () { setState(() { isHistoryExpand = !isHistoryExpand; @@ -285,7 +284,7 @@ class _UpdateSubjectivePageState extends State { headerTitle: TranslationBase .of(context) .allergiesSoap - .toUpperCase(), + , onTap: () { setState(() { isAllergiesExpand = !isAllergiesExpand;