diff options
author | crupest <crupest@outlook.com> | 2021-06-15 18:38:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 18:38:16 +0800 |
commit | bf9b145ad9731901d67ff3d16783980a8310a493 (patch) | |
tree | bcca250a24b3c9ed6e1e9c3ded0e86676ae45cec | |
parent | 62a4ae1546520807597cb49fe4da5c3fbbd50a43 (diff) | |
download | timeline-bf9b145ad9731901d67ff3d16783980a8310a493.tar.gz timeline-bf9b145ad9731901d67ff3d16783980a8310a493.tar.bz2 timeline-bf9b145ad9731901d67ff3d16783980a8310a493.zip |
...
-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 ? ( |