diff --git a/app/routes/questions/$question.tsx b/app/routes/questions/$question.tsx index 0edc0055..930404d9 100644 --- a/app/routes/questions/$question.tsx +++ b/app/routes/questions/$question.tsx @@ -119,9 +119,9 @@ export function Question({
-
{banners && banners.map(Banner)}
{isExpanded && ( <> +
{banners && banners.map(Banner)}
{text !== null && text !== UNKNOWN_QUESTION_TITLE && ( /* Any changes to this class should also be reflected in App.handleSpecialLinks */