This commit is contained in:
pablonyx 2025-02-13 18:33:42 -08:00 committed by GitHub
parent ed253e469a
commit ec78f78f3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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