diff --git a/dev/src/components/LiveEditorCompact.tsx b/dev/src/components/LiveEditorCompact.tsx index 7a680f2880..1e8c8be1e8 100644 --- a/dev/src/components/LiveEditorCompact.tsx +++ b/dev/src/components/LiveEditorCompact.tsx @@ -102,7 +102,7 @@ export function LiveEditorCompact(props: Props) {
-
+
{element && element.attributes.map((attribute: Attribute) => ( <> @@ -121,7 +121,7 @@ export function LiveEditorCompact(props: Props) { )}
-
+
{element && element.slots.map((slot: Slot) => (