Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Jan 5, 2025
1 parent d7ba245 commit 7203ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class SynoName extends HTMLElement {
const treatments = document.createElement("ul");
this.append(treatments);

if (authorizedName.taxonConceptURIs) {
if (authorizedName.taxonConceptURIs[0]) {
const name_uri = document.createElement("a");
name_uri.classList.add("taxon", "uri");
// TODO handle other URIs
Expand Down

0 comments on commit 7203ee6

Please sign in to comment.