From 72007d545d3cd4548eae99997951ac884f886391 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Fri, 1 May 2026 19:45:06 +0300 Subject: [PATCH] Remove stale TODO --- app/features/sendouq-match/core/RejoinVote.ts | 1 - app/features/sendouq-match/routes/q.match.$id.tsx | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/features/sendouq-match/core/RejoinVote.ts b/app/features/sendouq-match/core/RejoinVote.ts index 8d91438f0..3c507eb74 100644 --- a/app/features/sendouq-match/core/RejoinVote.ts +++ b/app/features/sendouq-match/core/RejoinVote.ts @@ -83,7 +83,6 @@ export function extractOwnGroupVotesFromSendouqMatch( * Returns the group member ids that remain after removing anyone who voted * against continuing. */ -// xxx: or just reuse result? export function currentUserIds( votes: RejoinVote[], groupMemberIds: number[], diff --git a/app/features/sendouq-match/routes/q.match.$id.tsx b/app/features/sendouq-match/routes/q.match.$id.tsx index ef5de3575..ca2adfd33 100644 --- a/app/features/sendouq-match/routes/q.match.$id.tsx +++ b/app/features/sendouq-match/routes/q.match.$id.tsx @@ -15,8 +15,6 @@ export const handle: SendouRouteHandle = { }; // xxx: translate all & check for unused translations -// xxx: check result confirm visiblity for all, needs to be obvious that they still need to report score. -// xxx: maybe also handle redirect when user answer to continue on match page is pending export default function SendouQMatchPage() { const data = useLoaderData();