This commit is contained in:
pablonyx
2025-02-13 18:33:42 -08:00
committed by GitHub
parent ed253e469a
commit ec78f78f3c

View File

@@ -95,7 +95,7 @@ export const MemoizedAnchor = memo(
}
return (
<MemoizedLink updatePresentingDocument={updatePresentingDocument}>
{children}l
{children}
</MemoizedLink>
);
}