more debug

This commit is contained in:
adueck 2023-01-18 23:43:46 +05:00
parent dde6c99e6f
commit 1506c60afd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +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 });
console.log({ id, completed, tests: user?.tests });
return <div>
<div className="d-flex flex-row justify-content-between align-items-center">
<div>