Change `UserHover` to use global identity instead of server

- fixes #196
pull/1049/head
brecert 2021-09-19 03:42:01 -04:00
parent a8c881c04a
commit c46f59b617
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} />