From 5175c28b2a0fd6c39cc26e16b0790fefe45f5da5 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Tue, 24 May 2022 15:57:41 -0500 Subject: [PATCH] fix(structured-list): change role of structured list (#11448) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../react/src/components/StructuredList/next/StructuredList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/StructuredList/next/StructuredList.js b/packages/react/src/components/StructuredList/next/StructuredList.js index 8c2d7d275e11..d502d57a1d01 100644 --- a/packages/react/src/components/StructuredList/next/StructuredList.js +++ b/packages/react/src/components/StructuredList/next/StructuredList.js @@ -36,7 +36,7 @@ export function StructuredListWrapper(props) { return ( -
+
{children}