Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 29, 2023
1 parent 80eb325 commit 5a0d973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/stats/composition-stats/composition-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const CompositionTable = ({
collapsible = true,
filter,
}: CompositionTableProps) => {
// TODO: move these out of the table, just a "filter" and "sort" function?
const { faction = 'all', sort = 'percentile' } = useCompositionFilter();
let data = Object.entries(value);

Expand Down

0 comments on commit 5a0d973

Please sign in to comment.