mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
missing semicolon
This commit is contained in:
parent
35992ac2fc
commit
20f4474eb6
@ -72,7 +72,7 @@ export class BaseTileViewModel extends ViewModel {
|
||||
}
|
||||
|
||||
get avatarColorNumber() {
|
||||
return getIdentifierColorNumber(this._avatarSource.id)
|
||||
return getIdentifierColorNumber(this._avatarSource.id);
|
||||
}
|
||||
|
||||
get avatarUrl() {
|
||||
|
Loading…
Reference in New Issue
Block a user