mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
missing semicolon
This commit is contained in:
parent
781235cb07
commit
15fba7a07d
@ -146,7 +146,7 @@ class RoomMemberViewModel {
|
||||
}
|
||||
|
||||
get avatarColorNumber() {
|
||||
return getIdentifierColorNumber(this._member.userId)
|
||||
return getIdentifierColorNumber(this._member.userId);
|
||||
}
|
||||
|
||||
get avatarUrl() {
|
||||
|
Loading…
Reference in New Issue
Block a user