diff --git a/src/components/EmptyState.tsx b/src/components/EmptyState.tsx index 44edbaa..f2fddf3 100644 --- a/src/components/EmptyState.tsx +++ b/src/components/EmptyState.tsx @@ -654,7 +654,7 @@ export default function EmptyState({ }: EmptyStateProps) { const resolvedMessage = message ?? description; const resolvedAction = action; - const { copy: handleCopy, copied } = useCopy(); + const { handleCopy, copied } = useCopy(); if (loading) { return (