fix label issue

merge-requests/431/head
Elham Rababah 4 years ago
parent 2af1b6470a
commit 654955fc76

@ -237,7 +237,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
ExpandableSOAPWidget(
headerTitle: TranslationBase.of(context)
.chiefComplaints
.toUpperCase(),
,
onTap: () {
setState(() {
isChiefExpand = !isChiefExpand;
@ -262,8 +262,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
ExpandableSOAPWidget(
headerTitle: TranslationBase
.of(context)
.histories
.toUpperCase(),
.histories,
onTap: () {
setState(() {
isHistoryExpand = !isHistoryExpand;
@ -285,7 +284,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
headerTitle: TranslationBase
.of(context)
.allergiesSoap
.toUpperCase(),
,
onTap: () {
setState(() {
isAllergiesExpand = !isAllergiesExpand;

Loading…
Cancel
Save