From 07852c3528b07c505b2048829fbded1662a0fa78 Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Mon, 5 Jul 2021 01:00:37 -0700 Subject: [PATCH] refactor: icon to icons for popoversection (#15461) --- .../src/components/PopoverSection/index.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/superset-frontend/src/components/PopoverSection/index.tsx b/superset-frontend/src/components/PopoverSection/index.tsx index ec45f17861..b2877e1efc 100644 --- a/superset-frontend/src/components/PopoverSection/index.tsx +++ b/superset-frontend/src/components/PopoverSection/index.tsx @@ -19,7 +19,7 @@ import React, { MouseEventHandler, ReactNode } from 'react'; import { useTheme } from '@superset-ui/core'; import { Tooltip } from 'src/components/Tooltip'; -import Icon from 'src/components/Icon'; +import Icons from 'src/components/Icons'; export interface PopoverSectionProps { title: string; @@ -57,19 +57,17 @@ export default function PopoverSection({ {title} {info && ( - )} -