From 869ff4a88d0130b94b5009edf60408e761ecd4e2 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Tue, 18 Aug 2026 14:04:36 +0330 Subject: [PATCH] refactor: improve formatting of DevTapInstrumentation component conditional rendering --- src/components/Componentes/question-section-flow.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Componentes/question-section-flow.tsx b/src/components/Componentes/question-section-flow.tsx index 054814a..69b5aa2 100644 --- a/src/components/Componentes/question-section-flow.tsx +++ b/src/components/Componentes/question-section-flow.tsx @@ -134,7 +134,9 @@ function SectionFlowContent({ {children} - {process.env.NODE_ENV === "development" ? : null} + {process.env.NODE_ENV === "development" ? ( + + ) : null}