aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 18:38:16 +0800
committercrupest <crupest@outlook.com>2021-06-15 18:38:16 +0800
commitbf9b145ad9731901d67ff3d16783980a8310a493 (patch)
treebcca250a24b3c9ed6e1e9c3ded0e86676ae45cec /FrontEnd
parent62a4ae1546520807597cb49fe4da5c3fbbd50a43 (diff)
downloadtimeline-bf9b145ad9731901d67ff3d16783980a8310a493.tar.gz
timeline-bf9b145ad9731901d67ff3d16783980a8310a493.tar.bz2
timeline-bf9b145ad9731901d67ff3d16783980a8310a493.zip
...
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/src/views/timeline-common/TimelineMember.tsx2
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 ? (