diff --git a/client/src/components/templates/Asset/Report.tsx b/client/src/components/templates/Asset/Report.tsx index 2fd2685..5d167b7 100644 --- a/client/src/components/templates/Asset/Report.tsx +++ b/client/src/components/templates/Asset/Report.tsx @@ -95,7 +95,7 @@ export default class Report extends PureComponent< @@ -121,11 +121,11 @@ export default class Report extends PureComponent< type="textarea" name="comment" label="Comment" - help="Briefly describe what is wrong with this asset." + help="Briefly describe what is wrong with this asset. If you want to get contacted by us, add your email at the end." required value={this.state.comment} onChange={this.inputChange} - rows={2} + rows={1} />