missing semicolon

This commit is contained in:
Bruno Windels 2021-04-21 18:13:29 +02:00
parent 35992ac2fc
commit 20f4474eb6

View file

@ -72,7 +72,7 @@ export class BaseTileViewModel extends ViewModel {
}
get avatarColorNumber() {
return getIdentifierColorNumber(this._avatarSource.id)
return getIdentifierColorNumber(this._avatarSource.id);
}
get avatarUrl() {