diff --git a/agenta-web/src/contexts/profile.context.tsx b/agenta-web/src/contexts/profile.context.tsx index e15215a0bf..455b713bab 100644 --- a/agenta-web/src/contexts/profile.context.tsx +++ b/agenta-web/src/contexts/profile.context.tsx @@ -4,7 +4,7 @@ import {isDemo} from "@/lib/helpers/utils" import {getOrgsList, getProfile} from "@/lib/services/api" import {Org, User} from "@/lib/Types" import {useRouter} from "next/router" -import { usePostHog } from "posthog-js/react" +import {usePostHog} from "posthog-js/react" import { PropsWithChildren, createContext,