mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
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:
committed by
GitHub
parent
7e3ab47371
commit
0916da7787
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user