diff --git a/components/shared/activate-product-button.tsx b/components/shared/activate-product-button.tsx index c64da62..c8ab186 100644 --- a/components/shared/activate-product-button.tsx +++ b/components/shared/activate-product-button.tsx @@ -5,6 +5,7 @@ import { useTransition } from 'react' import { toast } from 'sonner' import { DemoTooltip } from '@/components/shared/demo-tooltip' import { setActiveProductAction } from '@/actions/active-product' +import { debugProps } from '@/lib/debug' interface Props { productId: string @@ -28,7 +29,7 @@ export function ActivateProductButton({ productId, isDemo, redirectTo, label = ' } return ( - +