Skip to content

Commit 550fa2e

Browse files
committed
temp frontend fix for my sanity
1 parent b577ac6 commit 550fa2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/games/[id].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default function IndividualGamePage() {
8989
<main>
9090
<section className="w-full items-center justify-center bg-popover">
9191
<div className="mx-auto flex max-w-7xl justify-center p-0 sm:p-8">
92-
{gameEmbedID != "0" ? (
92+
{gameEmbedID ? (
9393
<div className="m-auto flex overflow-auto">
9494
<GameEmbed
9595
embedID={gameEmbedID}

0 commit comments

Comments
 (0)