diff --git a/src/app/search/containers/dataset.component.html b/src/app/search/containers/dataset.component.html
index 8aa1d065af7bb101b6094ca8134042bf0a3f5ec1..df780bac1ab54611cad7f2536edf85c40bdc42f5 100644
--- a/src/app/search/containers/dataset.component.html
+++ b/src/app/search/containers/dataset.component.html
@@ -14,7 +14,7 @@
         </app-dataset-tabs>
     </div>
     <div class="col-12 col-md-4 pt-2">
-        <app-summary
+        <app-summary *ngIf="(datasetName | async) as dname"
             [datasetName]="datasetName | async"
             [currentStep]="currentStep | async"
             [datasetList]="datasetList | async"