Skip to content

Commit

Permalink
Update web/src/components/DLP/OverviewTab.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Roni Choudhury <2903332+waxlamp@users.noreply.github.com>
  • Loading branch information
mvandenburgh and waxlamp committed Jan 30, 2023
1 parent 91316d9 commit 2c596c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/components/DLP/OverviewTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@
v-else-if="!assetSummary || !Object.keys(assetSummary).length"
class="text-subtitle-2"
>
Assets summary computation failed. This dandiset does not contain any assets.
<span class="font-italic font-weight-bold">
This Dandiset does not contain any assets.
</span>
</div>
<div
v-for="([type, items], i) in Object.entries(assetSummary)"
Expand Down

0 comments on commit 2c596c5

Please sign in to comment.