mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 20:18: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,
|
color: Colors.transparent,
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
Text(user.userId.toString()),
|
Text(user.displayName),
|
||||||
SizedBox(width: 10),
|
SizedBox(width: 10),
|
||||||
VerifiedShield(user),
|
VerifiedShield(user),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue