mirror of
https://github.com/arkorty/Osborne.git
synced 2026-03-18 00:57:14 +00:00
user fixes
This commit is contained in:
@@ -152,7 +152,7 @@ export const CommentsPanel: React.FC<CommentsPageProps> = ({
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center gap-1">
|
||||
<span className="text-xs font-medium text-foreground">
|
||||
{comment.author}
|
||||
{currentUser && comment.authorId === currentUser.id ? 'You' : comment.author}
|
||||
</span>
|
||||
{comment.lineNumber !== null && (
|
||||
<Badge
|
||||
|
||||
Reference in New Issue
Block a user