remove done todo
This commit is contained in:
parent
54b15027a8
commit
d0e802d77c
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ export type ReportBoxProps = {
|
||||||
onSubmit: (e: FormEvent) => void,
|
onSubmit: (e: FormEvent) => void,
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
|
||||||
export function ReportBox({players, playerA, playerB, setPlayerB, outcome, setOutcome, name, setName, onSubmit}: ReportBoxProps) {
|
export function ReportBox({players, playerA, playerB, setPlayerB, outcome, setOutcome, name, setName, onSubmit}: ReportBoxProps) {
|
||||||
return (
|
return (
|
||||||
<form
|
<form
|
||||||
|
|
Loading…
Reference in a new issue