diff --git a/lib/src/views/chats/chat_item_details_view.dart b/lib/src/views/chats/chat_item_details_view.dart index 378612b..83996f6 100644 --- a/lib/src/views/chats/chat_item_details_view.dart +++ b/lib/src/views/chats/chat_item_details_view.dart @@ -201,7 +201,7 @@ class _ChatItemDetailsViewState extends State { color: Colors.transparent, child: Row( children: [ - Text(user.userId.toString()), + Text(user.displayName), SizedBox(width: 10), VerifiedShield(user), ],