File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
app/(app)/team/components/Analytics Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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-
2517export interface InAppWalletStats {
2618 date : string ;
2719 authenticationMethod : string ;
You can’t perform that action at this time.
0 commit comments