diff --git a/public/app/core/components/Picker/DescriptionOption.tsx b/public/app/core/components/Picker/DescriptionOption.tsx index 9ddf13f7532..94b2b240dfc 100644 --- a/public/app/core/components/Picker/DescriptionOption.tsx +++ b/public/app/core/components/Picker/DescriptionOption.tsx @@ -8,15 +8,16 @@ interface ExtendedOptionProps extends OptionProps { } export const Option = (props: ExtendedOptionProps) => { - const { children, isSelected, data, className } = props; + const { children, isSelected, data } = props; + return ( -
- {isSelected &&