Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Oct 17, 2024
1 parent 7614799 commit 87baa2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/lib/models/filters.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ final emptyEnvironmentReviewFilters = FiltersGroup<EnvironmentReview>(
filters: [
Filter<EnvironmentReview>(
name: 'Review status',
// extractOption: (te) =>
// te.reviewDecision.isEmpty ? 'Undecided' : 'Reviewed',
extractOption: (er) => switch (er.reviewDecision) {
[] => 'Undecided',
[EnvironmentReviewDecision.rejected] => 'Rejected',
Expand Down

0 comments on commit 87baa2c

Please sign in to comment.