diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/src/views/timeline-common/TimelineMember.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline-common/TimelineMember.tsx b/FrontEnd/src/views/timeline-common/TimelineMember.tsx index 1ef085a7..299d6a53 100644 --- a/FrontEnd/src/views/timeline-common/TimelineMember.tsx +++ b/FrontEnd/src/views/timeline-common/TimelineMember.tsx @@ -27,7 +27,7 @@ const TimelineMemberItem: React.FC<{ <Col> <Row>{user.nickname}</Row> <Row> - <small>{"src" + user.username}</small> + <small>{"@" + user.username}</small> </Row> </Col> {onAction ? ( |