diff --git a/src/frontend/app/list/basket-list.component.html b/src/frontend/app/list/basket-list.component.html index d7974afda65611919ff6abe9c14977280b0a4408..9cf07c182934c1939edaa7cb97e81d83f8c94950 100644 --- a/src/frontend/app/list/basket-list.component.html +++ b/src/frontend/app/list/basket-list.component.html @@ -75,7 +75,7 @@ [innerHTML]="row.closing_date | timeAgo" title='{{row.closing_date | fullDate}}'></span> </ng-container> - <ng-container *ngIf="row.closing_date == ('lang.undefined' | translate)"> + <ng-container *ngIf="row.closing_date == ('lang.undefined' | translate) || data.value === 'getProcessLimitDate'"> <ng-container *ngIf="data.value === 'getCreationAndProcessLimitDates'"> <i class="fa fa-calendar" title="{{'lang.creationDate' | translate}}"></i> <span