From e6630a0e87ef6ce017ab95904c0e64abde8c5fb6 Mon Sep 17 00:00:00 2001 From: Alexandra Vargas Date: Tue, 29 Nov 2022 17:17:32 +0100 Subject: [PATCH] Remove test changes on PanelChrome --- packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx b/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx index 6b989b3f98f..685261d1870 100644 --- a/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx +++ b/packages/grafana-ui/src/components/PanelChrome/PanelChrome.tsx @@ -8,7 +8,6 @@ import { IconName } from '../../types/icon'; import { Dropdown } from '../Dropdown/Dropdown'; import { Icon } from '../Icon/Icon'; import { IconButton, IconButtonVariant } from '../IconButton/IconButton'; -import { LoadingBar } from '../LoadingBar/LoadingBar'; import { PopoverContent, Tooltip } from '../Tooltip'; /** @@ -89,7 +88,6 @@ export const PanelChrome: React.FC = ({ return (
- {hasHeader && !hoverHeader && (
{title && (