Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 12, 2023
1 parent ea80447 commit 84a9f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/contexts/profile.context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 84a9f35

Please sign in to comment.