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();