diff --git a/portal-ui/src/screens/Console/Support/Profile.tsx b/portal-ui/src/screens/Console/Support/Profile.tsx index 854bfa8af..33e809d6d 100644 --- a/portal-ui/src/screens/Console/Support/Profile.tsx +++ b/portal-ui/src/screens/Console/Support/Profile.tsx @@ -13,8 +13,6 @@ import { containerForHeader, inlineCheckboxes, } from "../Common/FormComponents/common/styleLibrary"; -import HelpBox from "../../../common/HelpBox"; -import WarnIcon from "../../../icons/WarnIcon"; const styles = (theme: Theme) => createStyles({ @@ -179,18 +177,6 @@ const Profile = ({ classes }: IProfileProps) => { - {!profilingStarted && ( - -
- } - help={} - /> - - )}
);