Skip to content

Commit

Permalink
Merge pull request #80 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Fix nomenclature panel
  • Loading branch information
José Luis Pereira authored and GitHub committed Jun 6, 2023
2 parents 4f42510 + 93d1cbf commit 4b1dba9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<li class="border-b border-base-muted p-3 px-5">
<span
class="break-all block"
:title="reference"
v-html="reference"
:title="reference.cached"
v-html="reference.cached"
/>
</li>
</template>
Expand Down

0 comments on commit 4b1dba9

Please sign in to comment.