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}