fixed lint

This commit is contained in:
Timo Bejan 2020-10-21 17:36:52 +03:00
parent edf71cc216
commit 3d65f2b742

View File

@ -57,7 +57,7 @@ export class AppStateService {
get isActiveProjectOwner() {
return this._appState.activeProject.project.ownerId == this._userService.userId
return this._appState.activeProject.project.ownerId === this._userService.userId
}
get isActiveProjectMember() {