From ea6f600fa3ef6ce56ca59b160b78a865243c358e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lasse=20J=C3=B8rgensen?= <28780271+lasjorg@users.noreply.github.com> Date: Sun, 30 Jun 2024 09:33:35 +0200 Subject: [PATCH] fix(client): conditionally render tag wrapper (#55368) --- client/src/templates/Introduction/components/block.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/templates/Introduction/components/block.tsx b/client/src/templates/Introduction/components/block.tsx index 3a5aa25cc1f..6c361c5c6d7 100644 --- a/client/src/templates/Introduction/components/block.tsx +++ b/client/src/templates/Introduction/components/block.tsx @@ -271,16 +271,16 @@ class Block extends Component { progressBarRender} -
- {!isAudited && ( + {!isAudited && ( +
{t('misc.translation-pending')} - )} -
+
+ )} {isExpanded && } {isExpanded && (