diff --git a/public/app/core/components/Label/Label.tsx b/public/app/core/components/Label/Label.tsx index fb5a8206765..362c3c577f7 100644 --- a/public/app/core/components/Label/Label.tsx +++ b/public/app/core/components/Label/Label.tsx @@ -11,9 +11,7 @@ interface Props { export const Label: SFC = props => { return ( - + {props.children} {props.tooltip && (