Skip to content

Commit 2351bd5

Browse files
committed
fix #935
1 parent 3de00b5 commit 2351bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widget/gsy_event_item.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class GSYEventItem extends StatelessWidget {
6969
Container(
7070
margin: const EdgeInsets.only(top: 6.0, bottom: 2.0),
7171
alignment: Alignment.topLeft,
72-
child: Text(eventViewModel.actionTarget!,
72+
child: Text(eventViewModel.actionTarget ?? "",
7373
style: GSYConstant.smallTextBold)),
7474
des,
7575
],

0 commit comments

Comments
 (0)