Skip to content

Commit 4bf05c1

Browse files
committed
k
1 parent b70db15 commit 4bf05c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/chat/message/MemoizedTextComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const MemoizedAnchor = memo(
9595
}
9696
return (
9797
<MemoizedLink updatePresentingDocument={updatePresentingDocument}>
98-
{children}l
98+
{children}
9999
</MemoizedLink>
100100
);
101101
}

0 commit comments

Comments
 (0)