diff --git a/packages/pdf/src/templates/shared/rich-text.tsx b/packages/pdf/src/templates/shared/rich-text.tsx index 6b8bdb763..4062f0e18 100644 --- a/packages/pdf/src/templates/shared/rich-text.tsx +++ b/packages/pdf/src/templates/shared/rich-text.tsx @@ -128,13 +128,6 @@ export const RichText = ({ children }: RichTextProps) => { ); - let hasNestedList = false; - if (Array.isArray(children)) { - hasNestedList = children.some( - (child) => child?.props?.element?.rawTagName === "ul" || child?.props?.element?.rawTagName === "ol", - ); - } - // Same BiDi-injection trick as the
renderer — see applyRtlDirectionRecursively.
const contentNode = rtl ? (