Fix some icon error in contra speech
Contra speech hat some undesired icon config
This commit is contained in:
parent
136e0a0569
commit
6d63c90649
@ -160,7 +160,10 @@
|
|||||||
*ngIf="enableProContraSpeech && !speaker.point_of_order"
|
*ngIf="enableProContraSpeech && !speaker.point_of_order"
|
||||||
>
|
>
|
||||||
<mat-icon class="user-subtitle" *ngIf="speaker.pro_speech !== false">
|
<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>
|
</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user