diff --git a/web/src/sections/Dashboard/RunningGames.tsx b/web/src/sections/Dashboard/RunningGames.tsx index 5eef8161..a99ff1ea 100644 --- a/web/src/sections/Dashboard/RunningGames.tsx +++ b/web/src/sections/Dashboard/RunningGames.tsx @@ -56,14 +56,20 @@ const GameRow: FC<{ const waiting = game.state === "grace"; return (
-
- {art && ( + {/* Fixed slot so rows line up whether or not a title has a cover. Plenty won't: an + operator-typed command has no catalog entry behind it, a custom entry may carry no + art, and nothing does until `/library` has loaded — an empty box reads as broken, so + the placeholder says "game" instead of nothing. */} +
+ {art ? ( + ) : ( + )}