From 863030b0ddeac7d214a1aef2f7ac7d9fae5c399f Mon Sep 17 00:00:00 2001 From: "Schwinghammer, Max" Date: Tue, 11 Jun 2024 15:20:05 +0200 Subject: [PATCH] Fixed missing link from comment username --- src/main/web/src/organisms/comment/Comment.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main/web/src/organisms/comment/Comment.tsx b/src/main/web/src/organisms/comment/Comment.tsx index 529af3e1..f463f974 100644 --- a/src/main/web/src/organisms/comment/Comment.tsx +++ b/src/main/web/src/organisms/comment/Comment.tsx @@ -107,14 +107,13 @@ export const Comment: React.FC = (props: CommentProps) => { return (
- {authorUsername && ( - - Comment profile - - )} + + Comment profile +
-
{authorUsername}
+ +
{authorUsername}
+
{formattedTime}
{text}