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 d41b897 commit 2074b92Copy full SHA for 2074b92
stopstalk_app/lib/widgets/problems_card.dart
@@ -198,7 +198,7 @@ class ProblemsCard extends StatelessWidget {
198
children:
199
List<Widget>.generate(recom.tags.length, (int index) {
200
return Chip(
201
- label: Text(recom.tags[index]),
+ label: Text(recom.tags[index].replaceAll(RegExp(r"'"), '')),
202
);
203
}),
204
),
0 commit comments