Skip to content

Commit 3b256b9

Browse files
committed
Remove unused constructor
1 parent 5262b64 commit 3b256b9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/components/public/subscribe/index.js

+1-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@ import styles from './subscribe.scss';
55
const url = 'https://wonderkiln.us12.list-manage.com/subscribe/post?u=45b5c2055f100d913f074055b&id=ec9df2ad9a';
66

77
class Subscribe extends React.Component {
8-
constructor(props) {
9-
super(props);
10-
11-
this.textInput = null;
12-
13-
this.setTextInputRef = element => {
14-
this.textInput = element;
15-
};
16-
}
17-
18-
render () {
8+
render() {
199
return (
2010
<MailchimpSubscribe
2111
url={url}

0 commit comments

Comments
 (0)