removed test code
This commit is contained in:
parent
9a490bf877
commit
63e9744129
@ -39,8 +39,7 @@ export class ProjectDetailsComponent implements OnInit {
|
||||
}
|
||||
|
||||
private get _memberIds(): string[] {
|
||||
const ids = this.appStateService.activeProject.project.memberIds;
|
||||
return [...ids, ...ids, ids[0], ids[1], ids[0]];
|
||||
return this.appStateService.activeProject.project.memberIds;
|
||||
}
|
||||
|
||||
public get displayedMembers(): string[] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user