From 663a5b196dfd2e684c5c457fe5f5341a334517fb Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Fri, 29 Apr 2022 01:45:42 -0500 Subject: [PATCH] Remove of suspended traffic warning in profile page (#1926) --- portal-ui/src/screens/Console/Support/Profile.tsx | 14 -------------- 1 file changed, 14 deletions(-) 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={} - /> - - )}
);