Skip to content

Commit fb4cd6d

Browse files
committed
lint
1 parent 49204b5 commit fb4cd6d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

apps/dashboard/src/app/(app)/team/components/Analytics/EmptyStateCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function EmptyStateContent({
3131
link?: string;
3232
}) {
3333
return (
34-
<div className="flex flex-col items-center justify-center w-full gap-2 text-foreground">
34+
<div className="flex w-full flex-col items-center justify-center gap-2 text-foreground">
3535
<div className="flex size-8 items-center justify-center rounded-md border bg-card">
3636
<PlugIcon className="size-4" />
3737
</div>

apps/dashboard/src/types/analytics.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ export interface WalletUserStats {
1414
totalUsers: number;
1515
}
1616

17-
export interface AggregatedStats {
18-
date: string;
19-
totalUsers: number;
20-
newUsers: number;
21-
returningUsers: number;
22-
totalVolumeUsdCents: number;
23-
}
24-
2517
export interface InAppWalletStats {
2618
date: string;
2719
authenticationMethod: string;

0 commit comments

Comments
 (0)