Skip to content

Commit

Permalink
chore(app): remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Dec 9, 2024
1 parent f73381b commit a47ea14
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/lib/common/widgets/drug_list/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ typedef DrugItemBuilder = List<Widget> Function(
}
);

// TODO(tamslo): https://github.com/hpi-dhc/PharMe/issues/731
class DrugList extends HookWidget {
const DrugList({
super.key,
Expand Down
1 change: 0 additions & 1 deletion app/lib/common/widgets/drug_search/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:flutter/cupertino.dart';
import '../../../../common/module.dart';
import '../../../drug/widgets/tooltip_icon.dart';

// TODO(tamslo): https://github.com/hpi-dhc/PharMe/issues/731
class DrugSearch extends HookWidget {
const DrugSearch({
super.key,
Expand Down
1 change: 0 additions & 1 deletion app/lib/report/pages/report.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ class ReportPage extends HookWidget {
).toList();
}

// TODO(tamslo): https://github.com/hpi-dhc/PharMe/issues/731
Widget _maybeBuildPageIndicators(
BuildContext context,
Iterable<GenotypeResult> relevantGenes,
Expand Down

0 comments on commit a47ea14

Please sign in to comment.