fixed lint
This commit is contained in:
parent
edf71cc216
commit
3d65f2b742
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user