Skip to content

Commit 893433b

Browse files
committed
fix comment
1 parent 2614899 commit 893433b

File tree

1 file changed

+0
-3
lines changed
  • client/src/components/Filters/Services

1 file changed

+0
-3
lines changed

client/src/components/Filters/Services/Form.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ export const Form = ({
5555

5656
const [masterEnabled, setMasterEnabled] = useState<boolean>(true);
5757

58-
// Group-level freeze switch removed; groups are always active. Buttons allow mass toggle.
59-
60-
6158
const handleToggleAllServices = async (isSelected: boolean) => {
6259
blockedServices.forEach((service) => {
6360
if (!isServiceDisabled(processing, processingSet)) {

0 commit comments

Comments
 (0)