1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-04 13:48:56 +02:00

remove comment that I don't think applies anymore?

This commit is contained in:
Thomas Heartman 2025-06-10 12:36:37 +02:00
parent dbc515a286
commit 730578b50c

View File

@ -33,7 +33,6 @@ export const ConstraintsList: FC<{ children: ReactNode }> = ({ children }) => {
result.push(
<StyledListItem key={index}>
{index > 0 ? (
// todo (addEditStrategy): change divider for edit screen (probably a new component or a prop)
<ConstraintSeparator key={`${index}-divider`} />
) : null}
{child}