mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
Remove unnecessary wrapper div
This commit is contained in:
parent
11eba23e41
commit
48da883f89
1 changed files with 3 additions and 5 deletions
|
|
@ -84,11 +84,9 @@ const SignupFormComponent = props => {
|
|||
validate={passwordRequired}
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<Button className={css.button} type="submit" disabled={submitDisabled}>
|
||||
<FormattedMessage id="SignupForm.signUp" />
|
||||
</Button>
|
||||
</div>
|
||||
<Button className={css.button} type="submit" disabled={submitDisabled}>
|
||||
<FormattedMessage id="SignupForm.signUp" />
|
||||
</Button>
|
||||
</form>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue