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:
parent
dbc515a286
commit
730578b50c
@ -33,7 +33,6 @@ export const ConstraintsList: FC<{ children: ReactNode }> = ({ children }) => {
|
|||||||
result.push(
|
result.push(
|
||||||
<StyledListItem key={index}>
|
<StyledListItem key={index}>
|
||||||
{index > 0 ? (
|
{index > 0 ? (
|
||||||
// todo (addEditStrategy): change divider for edit screen (probably a new component or a prop)
|
|
||||||
<ConstraintSeparator key={`${index}-divider`} />
|
<ConstraintSeparator key={`${index}-divider`} />
|
||||||
) : null}
|
) : null}
|
||||||
{child}
|
{child}
|
||||||
|
Loading…
Reference in New Issue
Block a user