Compare commits

...

1 Commits

Author SHA1 Message Date
pablonyx
cf288a1b51 k (#3999) 2025-02-14 03:17:34 +00:00

View File

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