Skip to content

Commit e11c422

Browse files
committed
hack: disable node stopping times (#8)
Signed-off-by: Louis Greiner <[email protected]>
1 parent 6e3133f commit e11c422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/view/editor-side-view/editor-node-detail-view/editor-node-detail-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2 data-testid="summary-title" class="SummaryTitle">
103103
</sbb-form-field>
104104
</sbb-expansion-panel>
105105

106-
<sbb-expansion-panel [expanded]="false">
106+
<sbb-expansion-panel [expanded]="false" *ngIf="false">
107107
<sbb-expansion-panel-header>
108108
{{ "app.view.editor-side-view.editor-node-detail-view.stopping-times" | translate }}
109109
</sbb-expansion-panel-header>

0 commit comments

Comments
 (0)