diff --git a/src/shared/components/post/post-form.tsx b/src/shared/components/post/post-form.tsx index 6e47759a..2475d49d 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -524,7 +524,7 @@ export class PostForm extends Component { id="post-nsfw" type="checkbox" checked={this.state.form.nsfw} - onChange={linkEvent(this, this.handlePostNsfwChange)} + onChange={linkEvent(this, handlePostNsfwChange)} />