Skip to content

Commit 31152ab

Browse files
committed
nun
1 parent 6c57887 commit 31152ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/app/(main)/billing/components/overview-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { type FeatureUsage, useBillingData } from '../hooks/use-billing';
3030
import { CancelSubscriptionDialog } from './cancel-subscription-dialog';
3131
import { NoPaymentMethodDialog } from './no-payment-method-dialog';
3232

33-
interface UsageCardProps {
33+
interface UsageCardProps {
3434
feature: FeatureUsage;
3535
onUpgrade: () => void;
3636
}

0 commit comments

Comments
 (0)