Merge pull request #6106 from tsiegleauq/weird-icons-in-contra-speech

Fix some icon error in contra speech
This commit is contained in:
Emanuel Schütze 2021-06-07 09:10:17 +02:00 committed by GitHub
commit a8611904cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -160,7 +160,10 @@
*ngIf="enableProContraSpeech && !speaker.point_of_order"
>
<mat-icon class="user-subtitle" *ngIf="speaker.pro_speech !== false">
remove_circle_outline speaker remove_circle
remove_circle_outline
</mat-icon>
<mat-icon class="red-warning-text" *ngIf="speaker.pro_speech === false">
remove_circle
</mat-icon>
</button>