Skip to content

Commit

Permalink
DIGG-472:eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Gasperini authored and Alessandro Gasperini committed Dec 5, 2024
1 parent 919af67 commit 33e1d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/typography/body-variant/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const BodyVariant: FC<PropsWithChildren<BodyProps>> = ({
const CustomTag = variant as keyof React.JSX.IntrinsicElements;

return (
// @ts-expect-error
// @ts-expect-error - React children type mismatch with custom body element
<CustomTag className={cx(bodyVariants({ variant }), className)}>
{variant === "blockquote" && (
<QuoteIcon className="col-start-1 !h-[40px] !w-[40px] flex-shrink-0" />
Expand Down

0 comments on commit 33e1d24

Please sign in to comment.