© 2026 Hedgehog Software, LLC
const { data: profile } = api.user.whoami.useQuery();const { data: company } = api.company.getById.useQuery({ id: profile.companyId });