Fix some icon error in contra speech

Contra speech hat some undesired icon config
This commit is contained in:
Sean 2021-06-04 16:20:23 +02:00
parent 136e0a0569
commit 6d63c90649
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>