Skip to content

Commit

Permalink
fix: resolves #1066
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Feb 2, 2024
1 parent b081cb8 commit f3ab2aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/js/Pages/Public/Project/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
:key="$index"
class="bg-gray-100 text-gray-800 mb-0.5 inline-flex truncate break-words items-center px-3 py-2 rounded-full text-sm font-medium mr-1"
>
<ontology-term-annotation
:annotation="species"
></ontology-term-annotation>
<i
><ontology-term-annotation
:annotation="species"
></ontology-term-annotation
></i>
</div>
</div>
</div>
Expand Down

0 comments on commit f3ab2aa

Please sign in to comment.