Skip to content

Commit 2e5c5f3

Browse files
committed
Remove pendo analytics from front end code
1 parent 51b17e7 commit 2e5c5f3

File tree

3 files changed

+0
-209
lines changed

3 files changed

+0
-209
lines changed

ui/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import ImageAutomationUpdatesDetails from "./components/ImageAutomation/updates/
2424
import Layout from "./components/Layout";
2525
import Logo from "./components/Logo";
2626
import Nav, { NavItem } from "./components/Nav";
27-
import PendoContainer from "./components/PendoContainer";
2827
import PolicyViolationPage from "./components/Policies/PolicyViolations/PolicyViolationPage";
2928
import AppContextProvider, {
3029
AppContext,
@@ -150,8 +149,6 @@ const App = () => {
150149

151150
return (
152151
<Layout logo={logo} nav={nav}>
153-
<PendoContainer />
154-
155152
<ErrorBoundary>
156153
<Routes>
157154
<Route path={V2Routes.Automations} element={<Automations />} />

ui/components/Pendo.tsx

Lines changed: 0 additions & 161 deletions
This file was deleted.

ui/components/PendoContainer.tsx

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)