Change `UserHover` to use global identity instead of server

- fixes #196
pull/267/head
brecert 2021-09-19 03:42:01 -04:00
parent 3b9916c072
commit 51092db01b
No known key found for this signature in database
GPG Key ID: 1B2E56B9EC985B96
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ export default function UserHover({ user, children }: Props) {
<Username
className="username"
user={user}
showServerIdentity
/>
<span className="status">
<UserStatus user={user} />