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

View File

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