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/%7B%60/feeds/front/static/%7BpictrsAvatarThumbnail%28this.state.siteRes.site.icon%29%7D?a=commitdiff_plain;h=9dc25f2247e77dcc8bc410ec4cb30c27b99e7c7b;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 b71ef54..266843e 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -528,7 +528,7 @@ export class PostForm extends Component { checked={this.state.form.nsfw} onChange={linkEvent(this, handlePostNsfwChange)} /> -