Removed test props, fixed image scaling issue.

This commit is contained in:
2018-10-28 18:52:38 +11:00
parent cfbefa278c
commit d03f2d7fc8
4 changed files with 37 additions and 27 deletions

View File

@ -109,7 +109,7 @@ class ContactPage extends React.Component {
onError={ this.onError.bind(this) }
manager={ this.manager }
>
<FormGroup test="First Group">
<FormGroup>
<Label htmlFor="name">
{ Language.get("pages.contact.name.label") }
</Label>