diff --git a/frontend/web/components/Tooltip.tsx b/frontend/web/components/Tooltip.tsx index a55b52ca8672..0d8fe6948def 100644 --- a/frontend/web/components/Tooltip.tsx +++ b/frontend/web/components/Tooltip.tsx @@ -2,6 +2,7 @@ import React, { FC, ReactElement, ReactNode, useRef } from 'react' import ReactTooltip, { TooltipProps as _TooltipProps } from 'react-tooltip' import Utils from 'common/utils/utils' import classNames from 'classnames' +import { sanitize } from 'dompurify' export type TooltipProps = { title: ReactNode @@ -44,7 +45,7 @@ const Tooltip: FC = ({ ) : (
)}