Skip to content

Commit

Permalink
hide more orphans
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Mar 4, 2025
1 parent 4f3e17b commit 7e95d2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ For further reference see https://dwc.tdwg.org/terms/.
<template>
<div v-html="nameAndAuthor(specimen)" class="font-bold mb-2"/>
<ul class="tree ml-7 relative list-disc">
<li class="my-1 last:mb-0">{{ describeSpecimen(specimen) }}</li>
<li class="my-1 last:mb-0" v-if="describeDetails(specimen).length > 0">{{ describeDetails(specimen).join(', ') }}</li>
<li class="my-1 last:mb-0" v-if="describeSpecimen(specimen)">{{ describeSpecimen(specimen) }}</li>
<li class="my-1 last:mb-0" v-if="describeDetails(specimen).length">{{ describeDetails(specimen).join(', ') }}</li>
<GalleryImage
v-if="images.length"
:images="images"
Expand Down

0 comments on commit 7e95d2b

Please sign in to comment.