Skip to content
Snippets Groups Projects
Commit bca8967d authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #16648 TIME 0 rm duplicate line

parent 17129195
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,6 @@ export class SidebarComponent implements OnInit, AfterViewInit {
this.subscription = this.actionsService.catchEvent().subscribe((result: any[]) => {
let mode: any = result.filter((item: any) => item.userId === this.authService.user.id).map((el: any) => el.mode);
mode = [... new Set(mode)].toString();
this.signaturesService.mode = mode;
this.filter(mode);
this.signaturesService.mode = mode;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment