Fix preview issue.
This commit is contained in:
parent
f11a32a96f
commit
05fcf6635f
1 changed files with 4 additions and 4 deletions
|
|
@ -97,10 +97,10 @@ internal fun SpaceMembersViewPreview() = ElementPreview(
|
|||
) {
|
||||
SpaceMembersView(
|
||||
heroes = persistentListOf(
|
||||
aMatrixUser(id = "1", displayName = "Alice", avatarUrl = "aUrl"),
|
||||
aMatrixUser(id = "2", displayName = "Bob"),
|
||||
aMatrixUser(id = "3", displayName = "Charlie", avatarUrl = "aUrl"),
|
||||
aMatrixUser(id = "4", displayName = "Dave"),
|
||||
aMatrixUser(id = "@1:d", displayName = "Alice", avatarUrl = "aUrl"),
|
||||
aMatrixUser(id = "@2:d", displayName = "Bob"),
|
||||
aMatrixUser(id = "@3:d", displayName = "Charlie", avatarUrl = "aUrl"),
|
||||
aMatrixUser(id = "@4:d", displayName = "Dave"),
|
||||
),
|
||||
numberOfMembers = 123,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue