From 7de442a5e33436d41fd83b3016e2b2fa9b49e675 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 31 Aug 2026 06:54:44 -0700 Subject: [PATCH] rm comment that only makes sense in context of PR --- src/components/moderation/ContentHider.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/moderation/ContentHider.tsx b/src/components/moderation/ContentHider.tsx index 58f65f64b1..2bc50a8598 100644 --- a/src/components/moderation/ContentHider.tsx +++ b/src/components/moderation/ContentHider.tsx @@ -101,11 +101,6 @@ function ContentHiderActive({ } } - /* - * A plain loop rather than `.filter()`: the running flag has to be mutated - * from the enclosing scope, which React Compiler cannot lower inside a - * callback. Keeps only the first adult-content label, as before. - */ const selfBlurCauses = [] let hasAdultContentLabel = false for (const cause of modui.blurs) {