From 29ead2fbba5f0f4d3200ab6c34abace470eb067d Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 18 Sep 2021 23:35:26 -0400 Subject: [PATCH] format --- src/games/GameDisplay.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/games/GameDisplay.tsx b/src/games/GameDisplay.tsx index 1a71b5e..7143fbb 100644 --- a/src/games/GameDisplay.tsx +++ b/src/games/GameDisplay.tsx @@ -7,11 +7,13 @@ function GameDisplay({ record: { title, Game, id } }: { record: GameRecord }) { (t.done === true) && (t.id === id) )); return
-
+

🎮 {title}

-
{completed ? "✅" : ""}
+
+

{completed ? "✅" : ""}

+