diff --git a/packages/ui/src/features/settings/sections/UpdatesSettings.tsx b/packages/ui/src/features/settings/sections/UpdatesSettings.tsx index 163f3e7cf..25c232274 100644 --- a/packages/ui/src/features/settings/sections/UpdatesSettings.tsx +++ b/packages/ui/src/features/settings/sections/UpdatesSettings.tsx @@ -7,6 +7,7 @@ import { useHostTRPC } from "@posthog/host-router/react"; import { ANALYTICS_EVENTS } from "@posthog/shared"; import { SettingRow } from "@posthog/ui/features/settings/SettingRow"; import { useSettingsStore } from "@posthog/ui/features/settings/settingsStore"; +import { useWhatsNewStore } from "@posthog/ui/features/updates/whatsNewStore"; import { track } from "@posthog/ui/shell/analytics"; import { logger } from "@posthog/ui/shell/logger"; import { Badge, Button, Flex, Spinner, Switch, Text } from "@radix-ui/themes"; @@ -103,9 +104,18 @@ export function UpdatesSettings() { return ( - - {appVersion || "Loading..."} - + + + + {appVersion || "Loading..."} + + {updatesEnabled?.enabled ? (