From 351ba962ef7acfddfe04d70da5ac60f9dd11e1ea Mon Sep 17 00:00:00 2001 From: Alexander Rivera Date: Wed, 6 Sep 2023 07:46:20 -0400 Subject: [PATCH] Readjusting code line. --- src/components/NotificationsDrawer/NotificationItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NotificationsDrawer/NotificationItem.tsx b/src/components/NotificationsDrawer/NotificationItem.tsx index 9709224c1..dabf6fbd4 100644 --- a/src/components/NotificationsDrawer/NotificationItem.tsx +++ b/src/components/NotificationsDrawer/NotificationItem.tsx @@ -9,7 +9,7 @@ import { PopoverPosition } from '@patternfly/react-core/dist/dynamic/components/ import { Checkbox } from '@patternfly/react-core/dist/dynamic/components/Checkbox'; import { Label } from '@patternfly/react-core/dist/dynamic/components/Label'; import { MenuToggle, MenuToggleElement } from '@patternfly/react-core/dist/dynamic/components/MenuToggle'; -import { Dropdown, DropdownList, DropdownItem } from '@patternfly/react-core/dist/dynamic/components/Dropdown'; +import { Dropdown, DropdownItem, DropdownList } from '@patternfly/react-core/dist/dynamic/components/Dropdown'; import EllipsisVIcon from '@patternfly/react-icons/dist/dynamic/icons/ellipsis-v-icon'; import DateFormat from '@redhat-cloud-services/frontend-components/DateFormat'; import { useDispatch } from 'react-redux';