mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
Remove stale TODO
This commit is contained in:
parent
e5229aa301
commit
72007d545d
|
|
@ -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[],
|
||||
|
|
|
|||
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user