Skip to content

Commit

Permalink
Readjusting code line.
Browse files Browse the repository at this point in the history
  • Loading branch information
arivepr committed Sep 6, 2023
1 parent 41f50d5 commit 351ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NotificationsDrawer/NotificationItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 351ba96

Please sign in to comment.