diff --git a/app/lib/common/widgets/drug_list/builder.dart b/app/lib/common/widgets/drug_list/builder.dart index a9eec898..3e237b1d 100644 --- a/app/lib/common/widgets/drug_list/builder.dart +++ b/app/lib/common/widgets/drug_list/builder.dart @@ -118,19 +118,6 @@ class DrugList extends HookWidget { childrenPadding: EdgeInsets.zero, children: allDrugsList, ), - // if (!currentlyExpanded) Padding( - // key: Key('other-hidden-instruction'), - // padding: EdgeInsets.symmetric(horizontal: PharMeTheme.smallSpace), - // child: Text( - // context.l10n.search_page_expand_help( - // otherDrugsHeaderText.toLowerCase(), - // ), - // style: PharMeTheme.textTheme.bodySmall!.copyWith( - // fontStyle: FontStyle.italic, - // color: PharMeTheme.subheaderColor, - // ), - // ), - // ), ], if (activeDrugsList == null) ...allDrugsList, ]; diff --git a/app/lib/l10n/app_en.arb b/app/lib/l10n/app_en.arb index f0795c8a..3e99a147 100644 --- a/app/lib/l10n/app_en.arb +++ b/app/lib/l10n/app_en.arb @@ -105,15 +105,6 @@ "@search_page_tooltip_search_no_class": {}, "search_page_filter_label": "Filter by guideline result", "@search_page_filter_label": {}, - "search_page_expand_help": "Expand list to view {listName}.", - "@search_page_expand_help": { - "placeholders": { - "listName": { - "type": "String", - "example": "other medications" - } - } - }, "search_page_indicator_explanation": "Taking medications with an {indicatorName} ({indicator}) can interact with your results for other medications", "@search_page_indicator_explanation": { "placeholders": {