Skip to content

Commit

Permalink
Merge pull request #3567 from weaveworks/3566-fix-pendo-initialization
Browse files Browse the repository at this point in the history
Fix Pendo initialization
  • Loading branch information
Chanwit Kaewkasi authored Mar 28, 2023
2 parents 1a7b0ad + 3c12013 commit 4c0464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/Pendo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Pendo({

React.useEffect(() => {
const telemetryFlag =
isFlagEnabled("WEAVE_GITOPS_FEATURE_TELEMETRY") || defaultTelemetryFlag;
flags.WEAVE_GITOPS_FEATURE_TELEMETRY || defaultTelemetryFlag;

const shouldInitPendo =
!!flags &&
Expand Down

0 comments on commit 4c0464d

Please sign in to comment.