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 3de00b5 commit 2351bd5Copy full SHA for 2351bd5
lib/widget/gsy_event_item.dart
@@ -69,7 +69,7 @@ class GSYEventItem extends StatelessWidget {
69
Container(
70
margin: const EdgeInsets.only(top: 6.0, bottom: 2.0),
71
alignment: Alignment.topLeft,
72
- child: Text(eventViewModel.actionTarget!,
+ child: Text(eventViewModel.actionTarget ?? "",
73
style: GSYConstant.smallTextBold)),
74
des,
75
],
0 commit comments