mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 13:48:41 +00:00
fix image
This commit is contained in:
parent
a0ea74cc87
commit
de9bd43e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ class _ChatItemDetailsViewState extends State<ChatItemDetailsView> {
|
|||
color: Colors.transparent,
|
||||
child: Row(
|
||||
children: [
|
||||
Text(user.userId.toString()),
|
||||
Text(user.displayName),
|
||||
SizedBox(width: 10),
|
||||
VerifiedShield(user),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue