From 9dc25f2247e77dcc8bc410ec4cb30c27b99e7c7b Mon Sep 17 00:00:00 2001 From: Dominic Mazzoni Date: Sun, 25 Jun 2023 21:11:23 -0700 Subject: [PATCH] Associate NSFW label with its checkbox --- src/shared/components/post/post-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} /> -