diff --git a/client/src/pages/games/[id].tsx b/client/src/pages/games/[id].tsx index 5c11078..a145ed4 100644 --- a/client/src/pages/games/[id].tsx +++ b/client/src/pages/games/[id].tsx @@ -89,7 +89,7 @@ export default function IndividualGamePage() {
- {gameEmbedID != "0" ? ( + {gameEmbedID != null ? (