From aa389c82ee687294d9dcd4c13c691534d8167da5 Mon Sep 17 00:00:00 2001 From: markgol777 Date: Wed, 27 Nov 2024 11:24:27 +0100 Subject: [PATCH] removed redundant cn calls --- src/design-system/components/tooltip/Tooltip.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/design-system/components/tooltip/Tooltip.tsx b/src/design-system/components/tooltip/Tooltip.tsx index 6b7b8ad67..be618663b 100644 --- a/src/design-system/components/tooltip/Tooltip.tsx +++ b/src/design-system/components/tooltip/Tooltip.tsx @@ -18,13 +18,13 @@ const ToolTip: React.FC = ({ position }) => { const textContent = ( - - {title} + + {title} {description && {description}} ) - const iconContent = + const iconContent = return (