Skip to content
Snippets Groups Projects
Commit d810dfe4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12635 TIME 0:05 fix badge filling

parent c204c444
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
{{lang.toCopyAddress}}</mat-hint> {{lang.toCopyAddress}}</mat-hint>
<mat-error *ngIf="field.control.status!=='VALID' && field.control.touched"> <mat-error *ngIf="field.control.status!=='VALID' && field.control.touched">
{{getErrorMsg(field.control.errors)}}</mat-error> {{getErrorMsg(field.control.errors)}}</mat-error>
<mat-icon style="height: auto;" matSuffix [title]="lang.targetFillingField" <mat-icon style="height: auto;" *ngIf="field.filling" matSuffix [title]="lang.targetFillingField"
class="fas fa-circle rate_{{fillingRate.class}}"></mat-icon> class="fas fa-circle rate_{{fillingRate.class}}"></mat-icon>
</mat-form-field> </mat-form-field>
</ng-container> </ng-container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment