Skip to content

Commit 8bc335f

Browse files
committed
fixed the species ranking bug on the organism page
1 parent ce27e83 commit 8bc335f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/components/panel_species_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
fixedColumns: true,
4545
scrollX: true,
4646
data: dataset,
47-
order: [{% if highlight_species %}[5, 'asc'], {% endif %}[0, 'asc']],
47+
order: [{% if highlight_species %}[0, 'asc'], {% endif %}[1, 'asc']],
4848
lengthMenu: [
4949
[10, 20, 30, 40, 50, 100, -1],
5050
[10, 20, 30, 40, 50, 100, 'All']

0 commit comments

Comments
 (0)