Skip to content

Commit 6e76970

Browse files
committed
fix typo
1 parent 04a8526 commit 6e76970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/components/createButton/create-button-with-teams-list.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { CreateBtnProps } from "./CreateButton";
66
import { CreateButtonWithTeamsList } from "./CreateButtonWithTeamsList";
77

88
const runtimeMock = async (data: Array<any>) => {
9-
const updatedTrcp = {
9+
const updatedTrpc = {
1010
viewer: {
1111
teamsAndUserProfilesQuery: {
1212
useQuery() {
@@ -18,7 +18,7 @@ const runtimeMock = async (data: Array<any>) => {
1818
},
1919
};
2020
const mockedLib = (await import("@calcom/trpc/react")) as any;
21-
mockedLib.trpc = updatedTrcp;
21+
mockedLib.trpc = updatedTrpc;
2222
};
2323
const renderCreateButton = (
2424
props: Omit<CreateBtnProps, "options"> & { onlyShowWithTeams?: boolean; onlyShowWithNoTeams?: boolean }

0 commit comments

Comments
 (0)