From 730578b50cb2a3ffa5ff06bbad382b27fd3790fc Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 10 Jun 2025 12:36:37 +0200 Subject: [PATCH] remove comment that I don't think applies anymore? --- .../src/component/common/ConstraintsList/ConstraintsList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/component/common/ConstraintsList/ConstraintsList.tsx b/frontend/src/component/common/ConstraintsList/ConstraintsList.tsx index f7e0cb8b1f..1ae0b6c1b4 100644 --- a/frontend/src/component/common/ConstraintsList/ConstraintsList.tsx +++ b/frontend/src/component/common/ConstraintsList/ConstraintsList.tsx @@ -33,7 +33,6 @@ export const ConstraintsList: FC<{ children: ReactNode }> = ({ children }) => { result.push( {index > 0 ? ( - // todo (addEditStrategy): change divider for edit screen (probably a new component or a prop) ) : null} {child}