We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc9515 commit 8d7e737Copy full SHA for 8d7e737
website/components/Table.tsx
@@ -92,7 +92,7 @@ export default function Table({ platform }: Props) {
92
},
93
filterFn: "includesString",
94
}),
95
- ...Object.keys(data[0].results)
+ ...Object.keys(data[data.length - 1].results)
96
.reverse()
97
.map((date) =>
98
columnHelper.accessor((row) => row.results?.[date]?.[platform], {
0 commit comments