Remove @ symbol from usernames (#2339)

* Remove @ symbol from user handle

* Remove @ symbol from e2e test

---------

Co-authored-by: Ken-ichi Ueda <kenichi.ueda@gmail.com>
This commit is contained in:
Amanda Bullington
2024-11-06 10:03:09 -08:00
committed by GitHub
parent 7e3ab47371
commit 0916da7787
13 changed files with 24 additions and 28 deletions

View File

@@ -212,7 +212,7 @@ when the user interacts with an element. The [iOS Guidelines](https://developer.
<Trans
i18nKey="Welcome-user"
parent={View}
values={{ userHandle: User.userHandle( currentUser ) }}
values={{ userHandle: currentUser?.login }}
components={[
<Subheading1 className="mt-5" />,
<Heading1 />