missing semicolon
This commit is contained in:
parent
35992ac2fc
commit
20f4474eb6
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export class BaseTileViewModel extends ViewModel {
|
|||
}
|
||||
|
||||
get avatarColorNumber() {
|
||||
return getIdentifierColorNumber(this._avatarSource.id)
|
||||
return getIdentifierColorNumber(this._avatarSource.id);
|
||||
}
|
||||
|
||||
get avatarUrl() {
|
||||
|
|
Reference in a new issue