Skip to content

Commit

Permalink
fix(website): show the entire sequence details table again
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed May 5, 2024
1 parent 168af37 commit 344fd04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getDataTableData(listTableDataEntries: TableDataEntry[]): DataTa
.toString()
.split(',')
.map((x) => x.trim());
break;
continue;
}

if (!tableHeaderMap.has(entry.header)) {
Expand Down

0 comments on commit 344fd04

Please sign in to comment.