missing semicolon

This commit is contained in:
Bruno Windels 2021-04-27 14:43:26 +02:00
parent 781235cb07
commit 15fba7a07d

View file

@ -146,7 +146,7 @@ class RoomMemberViewModel {
}
get avatarColorNumber() {
return getIdentifierColorNumber(this._member.userId)
return getIdentifierColorNumber(this._member.userId);
}
get avatarUrl() {