Skip to content

Commit

Permalink
fix(genome): Remove duplicated tooltip for taxonomic information.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Apr 27, 2023
1 parent bf5fa2a commit c16ad58
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions components/genome/GenomeTaxonomicInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,6 @@
This taxonomy was standardized to seven ranks (domain to species) by removing non-standard ranks and identifying missing standard ranks with rank prefixes. 
Standard ranks were also prefixed with rank identifiers as previously described (McDonald et al., 2012).</span>
</v-tooltip>

<v-tooltip bottom max-width="400px">
<template v-slot:activator="{ on, attrs }">
<v-icon
small
v-bind="attrs"
v-on="on"
>
{{ mdiHelpCircleSvg }}
</v-icon>
</template>
<span>Reflects NCBI Taxonomy at time of download for release. External links to NCBI may have updated information.</span>
</v-tooltip>

</td>
<td v-else>
Undefined
Expand Down Expand Up @@ -173,6 +159,19 @@
</td>
<td v-else>
Undefined

<v-tooltip bottom max-width="400px">
<template v-slot:activator="{ on, attrs }">
<v-icon
small
v-bind="attrs"
v-on="on"
>
{{ mdiHelpCircleSvg }}
</v-icon>
</template>
<span>Reflects NCBI Taxonomy at time of download for release. External links to NCBI may have updated information.</span>
</v-tooltip>
</td>
</template>
</tr>
Expand Down

0 comments on commit c16ad58

Please sign in to comment.