We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2a7db commit ffbdfe8Copy full SHA for ffbdfe8
lib/headlines-search/widgets/category_item_widget.dart
@@ -14,7 +14,7 @@ class TopicItemWidget extends StatelessWidget {
14
Widget build(BuildContext context) {
15
return ListTile(
16
title: Text(topic.name),
17
- subtitle: topic.description != null
+ subtitle: topic.description.isNotEmpty
18
? Text(
19
topic.description,
20
maxLines: 2,
0 commit comments