fix: enable tooltip on status in user buttons

pull/1049/head
Paul Makles 2022-01-14 17:22:24 +00:00
parent cd3149bd73
commit 2b27bdf021
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>
}