diff --git a/src/admin/insights/AdminAppInsightsClient.tsx b/src/admin/insights/AdminAppInsightsClient.tsx index c401c18d..adb4b7d4 100644 --- a/src/admin/insights/AdminAppInsightsClient.tsx +++ b/src/admin/insights/AdminAppInsightsClient.tsx @@ -135,7 +135,7 @@ export default function AdminAppInsightsClient({ const renderTooltipContent = (content: ReactNode) => ; diff --git a/src/components/Tooltip.tsx b/src/components/Tooltip.tsx index 75b185f2..6fe5e021 100644 --- a/src/components/Tooltip.tsx +++ b/src/components/Tooltip.tsx @@ -10,7 +10,9 @@ export default function Tooltip({ }) { return ( - {children ?? } + {children ?? + + } ); }