debug
This commit is contained in:
parent
db77dd81bb
commit
dde6c99e6f
|
@ -6,6 +6,7 @@ function GameDisplay({ record: { title, Game, id } }: { record: GameRecord }) {
|
|||
// TODO: Or if it's in the locally stored (unposted test results)
|
||||
(t.done === true) && (t.id === id)
|
||||
));
|
||||
console.log({ id, completed });
|
||||
return <div>
|
||||
<div className="d-flex flex-row justify-content-between align-items-center">
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue