From e3757d53568ace6f133c2a3f28dba36ff7a3abff Mon Sep 17 00:00:00 2001 From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com> Date: Mon, 21 Dec 2020 16:52:20 +0100 Subject: [PATCH] fix(dev) : remove hours on card structure --- src/app/structure-list/components/card/card.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/structure-list/components/card/card.component.html b/src/app/structure-list/components/card/card.component.html index 8bdf90e4e..fb162dab7 100644 --- a/src/app/structure-list/components/card/card.component.html +++ b/src/app/structure-list/components/card/card.component.html @@ -18,5 +18,4 @@ </div> <span class="typeStructure">{{ getLabelTypeStructure(structure.structureType) }}</span> <br /> - <app-structure-opening-status [structure]="structure"></app-structure-opening-status> </div> -- GitLab