Skip to content

Commit 9d79443

Browse files
committed
Fix type error
1 parent 71c4d1d commit 9d79443

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

web/src/app/profile/components/usage-display.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
CreditCard,
1111
Star,
1212
Megaphone,
13-
Zap,
1413
} from 'lucide-react'
1514
import React from 'react'
1615

@@ -94,14 +93,6 @@ const grantTypeInfo: Record<
9493
label: 'Ad Credits',
9594
description: 'Earned from viewing ads',
9695
},
97-
subscription: {
98-
bg: 'bg-teal-500',
99-
text: 'text-teal-600 dark:text-teal-400',
100-
gradient: 'from-teal-500/70 to-teal-600/70',
101-
icon: <Zap className="h-4 w-4" />,
102-
label: 'Subscription',
103-
description: 'Credits from your subscription',
104-
},
10596
}
10697

10798
interface CreditLeafProps {
@@ -252,7 +243,6 @@ export const UsageDisplay = ({
252243
free: 0,
253244
subscription: 0,
254245
referral: 0,
255-
subscription: 0,
256246
purchase: 0,
257247
admin: 0,
258248
ad: 0,

0 commit comments

Comments
 (0)