Skip to content

Commit e62d7cc

Browse files
authored
Update synthese-list.component.html (#3655)
1 parent 5ea9b8d commit e62d7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/syntheseModule/synthese-results/synthese-list/synthese-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
[title]="row[col.prop]"
9393
[ngSwitch]="col.prop"
9494
>
95-
<div *ngSwitchCase="'date_min' || 'date_max'">
95+
<div *ngSwitchCase="['date_min', 'date_max'].includes(col.prop) ? col.prop : false">
9696
{{ getDate(row[col.prop]) }}
9797
</div>
9898
<div *ngSwitchCase="'nom_vern_or_lb_nom'">

0 commit comments

Comments
 (0)