diff --git a/modules/preview-react/status-indicator/lib/StatusIndicatorLabel.tsx b/modules/preview-react/status-indicator/lib/StatusIndicatorLabel.tsx index 2948c66b37..ebbe45ae91 100644 --- a/modules/preview-react/status-indicator/lib/StatusIndicatorLabel.tsx +++ b/modules/preview-react/status-indicator/lib/StatusIndicatorLabel.tsx @@ -23,9 +23,9 @@ const statusIndicatorLabelStencil = createStencil({ export const StatusIndicatorLabel = createComponent('span')({ displayName: 'StatusIndicator.Label', - Component: ({children, ...elemProps}: StatusIndicatorLabelProps, ref, Element) => { + Component: ({children, typeLevel, ...elemProps}: StatusIndicatorLabelProps, ref, Element) => { return ( - + {children} );