Skip to content

Commit

Permalink
fix: openfoodfacts#1540 - refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cli1005 committed Apr 27, 2022
1 parent fc236d8 commit 82d31ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class KnowledgePanelSummaryCard extends StatelessWidget {
if (knowledgePanel.titleElement == null) {
return EMPTY_WIDGET;
}
final ThemeData themeData = Theme.of(context);
switch (knowledgePanel.titleElement!.type) {
case TitleElementType.GRADE:
return Column(
Expand Down

0 comments on commit 82d31ec

Please sign in to comment.