Commit c2f9c3cc authored by Assunta DeSanto's avatar Assunta DeSanto
Browse files

adding condition that jobStateSummary must be populated to display CollectionProgressBar

parent 1a0c8e98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
        <h6 class="description mt-1">
            a {{ collectionLabel }} with {{ elementCount }}<b>{{ homogeneousDatatype }}</b> {{ pluralizedItem }}
        </h6>
        <CollectionProgress :summary="jobStateSummary" />
        <CollectionProgress v-if="jobStateSummary.size !=0" :summary="jobStateSummary" />
    </div>
</template>