diff --git a/packages/slice-machine/src/legacy/components/ListItem/index.tsx b/packages/slice-machine/src/legacy/components/ListItem/index.tsx index 7e14d5ca7..f382df9cc 100644 --- a/packages/slice-machine/src/legacy/components/ListItem/index.tsx +++ b/packages/slice-machine/src/legacy/components/ListItem/index.tsx @@ -62,7 +62,7 @@ function ListItem({ } = item; const shouldDisplayRepeatableBadge = Boolean( - config && "repeat" in config && config.repeat, + (type === "Link" || type === "Group") && config?.repeat, ); return (