From: Dominic Mazzoni Date: Mon, 26 Jun 2023 04:11:23 +0000 (-0700) Subject: Associate NSFW label with its checkbox X-Git-Url: http://these/git/?a=commitdiff_plain;h=af2013059b8717b581d178c51f36b763189d599f;p=lemmy-ui.git Associate NSFW label with its checkbox --- diff --git a/src/shared/components/post/post-form.tsx b/src/shared/components/post/post-form.tsx index 081792a..84ea77a 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -531,7 +531,7 @@ export class PostForm extends Component { checked={this.state.form.nsfw} onChange={linkEvent(this, handlePostNsfwChange)} /> -