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 a596ad2 commit c0be80fCopy full SHA for c0be80f
apps/dashboard/src/app/(dashboard)/dashboard/connect/in-app-wallets/[clientId]/analytics/page.tsx
@@ -2,7 +2,11 @@ import type { Range } from "components/analytics/date-range-selector";
2
import { InAppWalletAnalytics } from "components/embedded-wallets/Analytics";
3
4
export default async function Page(props: {
5
- params: Promise<{ team_slug: string; project_slug: string; clientId: string; }>;
+ params: Promise<{
6
+ team_slug: string;
7
+ project_slug: string;
8
+ clientId: string;
9
+ }>;
10
searchParams: Promise<{
11
from?: string;
12
to?: string;
0 commit comments