Skip to content

Commit

Permalink
delete wrapper div class name
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed May 28, 2020
1 parent 72794d6 commit 1d73cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/pages/create-account/new-account.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class NewAccountCreateForm extends Component {
<div className="new-account-create-form__input-label">
{this.context.t('accountName')}
</div>
<div className="new-account-create-form__account-name">
<div>
<input
className="new-account-create-form__input"
value={newAccountName}
Expand Down

0 comments on commit 1d73cb8

Please sign in to comment.