fix: some problems are fixed
This commit is contained in:
@@ -297,7 +297,8 @@ class _PlayerSeat extends StatelessWidget {
|
||||
color: Colors.white70,
|
||||
size: diameter * 0.5,
|
||||
)
|
||||
: RandomAvatar(player.name.isEmpty ? '?' : player.name),
|
||||
: RandomAvatar(
|
||||
player.avatarSeed.isEmpty ? '?' : player.avatarSeed),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user