From 0cb36f77968868ce875d03edef9f8af72939d334 Mon Sep 17 00:00:00 2001 From: brendanjbond Date: Fri, 19 Apr 2024 09:31:52 -0500 Subject: [PATCH] remove comment --- src/utils/formUtil.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/formUtil.ts b/src/utils/formUtil.ts index 8f04a896..7ccf4eac 100644 --- a/src/utils/formUtil.ts +++ b/src/utils/formUtil.ts @@ -284,7 +284,6 @@ export const eachComponentData = ( index?: number, parent?: Component, includeAll: boolean = false - // pass flag to include components that do not have associated data ) => { if (!components || !data) { return;