import { trpc } from "@calcom/trpc/react"; export function OrganizationBanner() { const { data: currentOrganisation, isPending: isPendingOrg, error, } = trpc.viewer.organizations.listCurrent.useQuery(undefined, {}); return ( <>