diff --git a/libs/ui-toolkit/src/components/copy-with-tooltip/copy-with-tooltip.tsx b/libs/ui-toolkit/src/components/copy-with-tooltip/copy-with-tooltip.tsx index f087395fa..c1f0a3870 100644 --- a/libs/ui-toolkit/src/components/copy-with-tooltip/copy-with-tooltip.tsx +++ b/libs/ui-toolkit/src/components/copy-with-tooltip/copy-with-tooltip.tsx @@ -15,7 +15,7 @@ export function CopyWithTooltip({ children, text }: CopyWithTooltipProps) { return ( setCopied(true)}> - {/* Needs this wrapping div as tooltip component interfere with element used to capture click for copy */} + {/* Needs this wrapping div as tooltip component interferes with element used to capture click for copy */} {children}