Skip to content

Commit c0be80f

Browse files
committed
lint
1 parent a596ad2 commit c0be80f

File tree

1 file changed

+5
-1
lines changed
  • apps/dashboard/src/app/(dashboard)/dashboard/connect/in-app-wallets/[clientId]/analytics

1 file changed

+5
-1
lines changed

apps/dashboard/src/app/(dashboard)/dashboard/connect/in-app-wallets/[clientId]/analytics/page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ import type { Range } from "components/analytics/date-range-selector";
22
import { InAppWalletAnalytics } from "components/embedded-wallets/Analytics";
33

44
export default async function Page(props: {
5-
params: Promise<{ team_slug: string; project_slug: string; clientId: string; }>;
5+
params: Promise<{
6+
team_slug: string;
7+
project_slug: string;
8+
clientId: string;
9+
}>;
610
searchParams: Promise<{
711
from?: string;
812
to?: string;

0 commit comments

Comments
 (0)