Change UserHover to use global identity instead of server

- fixes #196
This commit is contained in:
brecert
2021-09-19 03:42:01 -04:00
parent a8c881c04a
commit c46f59b617

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} />