fix: enable tooltip on status in user buttons

pull/511/head
Paul Makles 2022-01-14 17:22:24 +00:00
parent 2dcfc340fa
commit 8dd18c9fb4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export const UserButton = observer((props: UserProps) => {
alert ? (
channel.last_message.content.slice(0, 32)
) : (
<UserStatus user={user} />
<UserStatus user={user} tooltip />
)}
</div>
}