From d70df3c91a7d35e12da62caacacd05abdedf0d4f Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Tue, 23 Jul 2019 21:21:16 -0400 Subject: [PATCH] add gender step to join flow sequence --- src/components/join-flow/join-flow.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/join-flow/join-flow.jsx b/src/components/join-flow/join-flow.jsx index 80fb1bb05..2eed4f522 100644 --- a/src/components/join-flow/join-flow.jsx +++ b/src/components/join-flow/join-flow.jsx @@ -9,6 +9,7 @@ const intlShape = require('../../lib/intl.jsx').intlShape; const Progression = require('../progression/progression.jsx'); const UsernameStep = require('./username-step.jsx'); const BirthDateStep = require('./birthdate-step.jsx'); +const GenderStep = require('./gender-step.jsx'); const EmailStep = require('./email-step.jsx'); const WelcomeStep = require('./welcome-step.jsx'); @@ -40,6 +41,7 @@ class JoinFlow extends React.Component { +