From 0d13dc3a583b817374dc30d8767ca3cd3cb12c14 Mon Sep 17 00:00:00 2001 From: CyberXpert Date: Thu, 30 Jul 2026 20:05:13 +0100 Subject: [PATCH] fix: correct handleCopy destructuring in EmptyState component --- src/components/EmptyState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (