Fixes error of 'listOfSpeakersUrl'

This commit is contained in:
GabrielMeyer 2019-06-04 15:32:34 +02:00
parent ea1c3437b6
commit b2a70f271b
1 changed files with 1 additions and 4 deletions

View File

@ -87,10 +87,7 @@
<!-- The menu content -->
<mat-menu #motionBlockMenu="matMenu">
<button *ngIf="block" mat-menu-item [routerLink]="block.listOfSpeakersUrl">
<mat-icon>mic</mat-icon>
<span translate>List of speakers</span>
</button>
<os-speaker-button [menuItem]=true [object]="block"></os-speaker-button>
<os-projector-button *ngIf="block" [object]="block" [menuItem]="true"></os-projector-button>