diff --git a/components/shared/activate-product-button.tsx b/components/shared/activate-product-button.tsx index 90c19c4..c64da62 100644 --- a/components/shared/activate-product-button.tsx +++ b/components/shared/activate-product-button.tsx @@ -28,6 +28,7 @@ export function ActivateProductButton({ productId, isDemo, redirectTo, label = ' } return ( + + ) } diff --git a/components/shared/code-badge.tsx b/components/shared/code-badge.tsx index 126dbeb..618b3af 100644 --- a/components/shared/code-badge.tsx +++ b/components/shared/code-badge.tsx @@ -9,6 +9,8 @@ export function CodeBadge({ code, className }: CodeBadgeProps) { if (!code) return null return ( + ) } diff --git a/components/shared/priority-select.tsx b/components/shared/priority-select.tsx index a66e66c..e0f5561 100644 --- a/components/shared/priority-select.tsx +++ b/components/shared/priority-select.tsx @@ -25,6 +25,7 @@ interface PrioritySelectProps { export function PrioritySelect({ value, onChange, className }: PrioritySelectProps) { return ( + + ) } diff --git a/components/shared/set-current-product.tsx b/components/shared/set-current-product.tsx index c535eb6..6d173d2 100644 --- a/components/shared/set-current-product.tsx +++ b/components/shared/set-current-product.tsx @@ -11,5 +11,5 @@ export function SetCurrentProduct({ id, name }: { id: string; name: string }) { return () => clearCurrentProduct() }, [id, name, setCurrentProduct, clearCurrentProduct]) - return null + return