We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c261b38 commit a20aab2Copy full SHA for a20aab2
apps/web/app/Layout/AuthContext.tsx
@@ -13,10 +13,6 @@ export function AuthContextProvider({
13
}: {
14
children: React.ReactNode;
15
user: ReturnType<typeof getCurrentUser>;
16
- stripePlans?: {
17
- yearly: string;
18
- monthly: string;
19
- };
20
}) {
21
return (
22
<AuthContext.Provider value={{ user }}>{children}</AuthContext.Provider>
0 commit comments