We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747edbf commit 4c9e6c6Copy full SHA for 4c9e6c6
website/src/components/SequenceDetailsPage/getDataTableData.ts
@@ -66,9 +66,7 @@ export type HeaderGroup<T> = {
66
meanOrder: number;
67
};
68
69
-export function buildHeaderGroups<T extends HasOrder>(
70
- source: Map<string, T[]>,
71
-): HeaderGroup<T>[] {
+export function buildHeaderGroups<T extends HasOrder>(source: Map<string, T[]>): HeaderGroup<T>[] {
72
const headerGroups: HeaderGroup<T>[] = [];
73
74
for (const [header, rows] of source.entries()) {
0 commit comments