Skip to content

Commit

Permalink
Update ExperimentsToolbarMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Dec 2, 2024
1 parent 922fc7f commit bab4fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ExperimentsListToolbarMenu = (): JSX.Element => {
return (
<ToolbarMenu>
<ToolbarMenu.Header>
{window.parent.posthog.config.disable_web_experiments && (
{window.parent.posthog?.config.disable_web_experiments && (
<div className="p-2">
<LemonBanner type="warning">
Web experiments are disabled in your PostHog web snippet configuration. To run experiments,
Expand Down

0 comments on commit bab4fc8

Please sign in to comment.