fix(ui): fix tests
This commit is contained in:
committed by
Efthymios Sarmpanis
parent
7d90dc0cfe
commit
549f3f03d5
@@ -987,7 +987,7 @@ class _MessageWidgetState extends State<MessageWidget>
|
||||
return widget.usernameBuilder!(context, widget.message);
|
||||
}
|
||||
return Text(
|
||||
widget.message.user!.name,
|
||||
widget.message.user?.name ?? '',
|
||||
maxLines: 1,
|
||||
key: usernameKey,
|
||||
style: widget.messageTheme.messageAuthorStyle,
|
||||
|
||||
Reference in New Issue
Block a user