Skip to content

Commit

Permalink
Always show point of order category for speaker (#2549)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom authored Jul 25, 2023
1 parent f774184 commit 9c942b3
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,18 +363,13 @@
</mat-icon>
<b
[class.foreground-warn]="!!showcolor"
*ngIf="
pointOfOrderCategoriesEnabled &&
speaker.point_of_order_category &&
((showSpeakerNoteForEveryoneObservable | async) || canManage)
"
*ngIf="speaker.point_of_order_category && ((showSpeakerNoteForEveryoneObservable | async) || canManage)"
>
{{ speaker.point_of_order_category.text }}
</b>
<span
[class.foreground-warn]="!!showcolor"
*ngIf="
pointOfOrderCategoriesEnabled &&
speaker.point_of_order_category &&
speaker.note &&
((showSpeakerNoteForEveryoneObservable | async) || canManage)
Expand Down

0 comments on commit 9c942b3

Please sign in to comment.