|
|
@ -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} |
|
|
|