We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5262b64 commit 3b256b9Copy full SHA for 3b256b9
src/components/public/subscribe/index.js
@@ -5,17 +5,7 @@ import styles from './subscribe.scss';
5
const url = 'https://wonderkiln.us12.list-manage.com/subscribe/post?u=45b5c2055f100d913f074055b&id=ec9df2ad9a';
6
7
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 () {
+ render() {
19
return (
20
<MailchimpSubscribe
21
url={url}
0 commit comments