Skip to content

Commit

Permalink
feat(app): remove edit icon from current meds list
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 28, 2024
1 parent 2a58b18 commit f2112a7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/lib/common/widgets/drug_list/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@ class DrugList extends HookWidget {
'(${activeDrugsList.length})',
useLine: false,
),
trailing: drugActivityChangeable
? null
: ResizedIconButton(
size: PharMeTheme.mediumToLargeSpace,
iconWidgetBuilder:
(size) => defaultIconBuilder(Icons.edit, size),
onPressed: () => context.router.push(
DrugSelectionRoute(concludesOnboarding: false)
),
),
visualDensity: VisualDensity.compact,
contentPadding: EdgeInsets.zero,
),
Expand Down

0 comments on commit f2112a7

Please sign in to comment.