Skip to content

Commit

Permalink
feat(#706): do not show asterisk in drug list
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Sep 4, 2024
1 parent 351f6b0 commit 3e4209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/search/pages/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SearchPage extends HookWidget {
cubit: cubit,
state: state,
activeDrugs: activeDrugs,
showDrugInteractionIndicator: true,
showDrugInteractionIndicator: false,
useDrugClass: useDrugClass,
),
drawer: FilterMenu(
Expand Down

0 comments on commit 3e4209b

Please sign in to comment.