diff --git a/src/client/components/CustomForms.tsx b/src/client/components/CustomForms.tsx index c6b1700..5afc329 100644 --- a/src/client/components/CustomForms.tsx +++ b/src/client/components/CustomForms.tsx @@ -215,6 +215,16 @@ export function EventForm({ + {/* Otherwise the list is nine games we track and no sign of why none of + them is theirs — the reader who came here to add a game we don't cover + has no way of knowing they need to make it first. */} + {Object.keys(customGames).length === 0 && ( +

+ These are the games we track. To file this under a game of your own, + cancel and add the game first. +

+ )} +