Remove stale TODO

This commit is contained in:
Kalle 2026-05-01 19:45:06 +03:00
parent e5229aa301
commit 72007d545d
2 changed files with 0 additions and 3 deletions

View File

@ -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[],

View File

@ -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<typeof loader>();