Compare commits

...

1 Commits

Author SHA1 Message Date
pablodanswer
4bf05c1947 k 2025-02-13 17:34:48 -08:00

View File

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