diff --git a/src/scenes/Projects/WorkflowEvents/WorkflowEventsIcon.tsx b/src/scenes/Projects/WorkflowEvents/WorkflowEventsIcon.tsx index edf785dbff..4b8dfa1f97 100644 --- a/src/scenes/Projects/WorkflowEvents/WorkflowEventsIcon.tsx +++ b/src/scenes/Projects/WorkflowEvents/WorkflowEventsIcon.tsx @@ -1,11 +1,14 @@ import { History as HistoryIcon } from '@mui/icons-material'; import { Tooltip } from '@mui/material'; import { IconButton, IconButtonProps } from '~/components/IconButton'; +import { Feature } from '../../../components/Feature'; export const WorkflowEventsIcon = (props: IconButtonProps) => ( - - - - - + + + + + + + );