Browse Source

refactor: improve formatting of DevTapInstrumentation component conditional rendering

master
mortezaei 6 days ago
parent
commit
869ff4a88d
  1. 4
      src/components/Componentes/question-section-flow.tsx

4
src/components/Componentes/question-section-flow.tsx

@ -134,7 +134,9 @@ function SectionFlowContent({
{children} {children}
</QuestionSnapList> </QuestionSnapList>
{process.env.NODE_ENV === "development" ? <DevTapInstrumentation /> : null}
{process.env.NODE_ENV === "development" ? (
<DevTapInstrumentation />
) : null}
<FixToTheEnd> <FixToTheEnd>
<Button <Button
disabled={!isCompleted || isSubmitting} disabled={!isCompleted || isSubmitting}

Loading…
Cancel
Save