From bc006a736673b9bb7fcb972c26441b1ffc1ac6a0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 4 Jul 2024 05:44:33 +0200 Subject: [PATCH] Fix content icon always displaying, even for reviews with no content --- _components/GameRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_components/GameRow.tsx b/_components/GameRow.tsx index b1dc68a..5f9f7f1 100644 --- a/_components/GameRow.tsx +++ b/_components/GameRow.tsx @@ -66,7 +66,7 @@ export function GameRow({game, columns = gameRowColumnKindDefault, priority}: Ga return ( - + {game.content && } )