Skip to content

Commit

Permalink
Correct display of NS tree description
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Apr 9, 2024
1 parent bcbea15 commit ab4923d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_component/src/utils/processNextstrain.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ async function json_to_tree(json) {
config.overlay = `<p>This is a tree extracted from a <a href='//nextstrain.org'>Nextstrain</a> JSON file, being visualised in Taxonium.</p>.`;

if (json.meta && json.meta.updated) {
config.source = config.source + "a tree built on " + json.meta.updated;
config.source = config.source + " in a tree built on " + json.meta.updated;
}
if (json.meta && json.meta.maintainers) {
config.source =
Expand Down

0 comments on commit ab4923d

Please sign in to comment.