diff --git a/src/components/join-flow/registration-error-step.jsx b/src/components/join-flow/registration-error-step.jsx index d4b41ca96..058c97b4a 100644 --- a/src/components/join-flow/registration-error-step.jsx +++ b/src/components/join-flow/registration-error-step.jsx @@ -38,8 +38,8 @@ class RegistrationErrorStep extends React.Component {

{this.props.errorMsg && ( -

- +

+ {this.props.errorMsg}

)} {this.props.canTryAgain ? (