mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-26 13:17:15 -05:00
Remove unused var
This commit is contained in:
@@ -39,7 +39,7 @@ export default function TournamentStreamsPage() {
|
||||
// TODO: link to user page, later tournament team page?
|
||||
return (
|
||||
<div className="stack horizontal lg flex-wrap justify-center">
|
||||
{data.streams.flatMap((stream, i) => {
|
||||
{data.streams.flatMap((stream) => {
|
||||
const team = parentRouteData.teams.find((team) =>
|
||||
team.members.some((m) => m.userId === stream.userId)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user