Skip to content

Commit

Permalink
fix: rename column header in report formatter (#444)
Browse files Browse the repository at this point in the history
After renaming columns of the overview table, the names in the formatter were not changed
  • Loading branch information
alethomas authored Jan 11, 2022
1 parent 074d3d4 commit 8ba21d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/report-table-formatter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Lineage" : function format(value) { // prettier-ignore
"Pango Lineage" : function format(value) { // prettier-ignore
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
Expand Down

0 comments on commit 8ba21d9

Please sign in to comment.