mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-20 20:42:57 -05:00
UEPR-113 small text adjustment
This commit is contained in:
parent
f2da89802b
commit
8cb03cf5f4
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ class TeacherRegistration extends React.Component {
|
|||
<Steps.RegistrationError>
|
||||
{this.state.registrationError}
|
||||
</Steps.RegistrationError> :
|
||||
<Progression step={3}>
|
||||
<Progression step={this.state.step}>
|
||||
<Steps.UsernameStep
|
||||
waiting={this.state.waiting}
|
||||
onNextStep={this.handleAdvanceStep}
|
||||
|
|
Loading…
Reference in a new issue