Skip to content

Commit

Permalink
馃悰 fix yearly message graph being backward
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellward committed Nov 10, 2022
1 parent a52219b commit 214c1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ export default function Upload(): ReactElement {
});

years.forEach((year: any) => {
yearlyMessages.push(
yearlyMessages.unshift(
channels
.map((c) => c.messages)
.flat()
Expand Down

0 comments on commit 214c1a3

Please sign in to comment.