Skip to content

Commit 5534513

Browse files
author
jonisaa
committed
Min diff
1 parent ac312a1 commit 5534513

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/field/Static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import FormGroup from '../common/FormGroup';
3-
import {FormControl} from 'react-bootstrap';
3+
import { FormControl } from 'react-bootstrap';
44

55
class Static extends Component {
66
render() {

src/components/field/TextArea.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ class TextArea extends Component {
1515
};
1616

1717
render() {
18-
let { rows } = this.props;
19-
20-
return <Input componentClass="textarea" rows={rows} {...this.props}/>;
18+
return <Input componentClass="textarea" {...this.props}/>;
2119
}
2220
}
2321

0 commit comments

Comments
 (0)