mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix: enable tooltip on status in user buttons
This commit is contained in:
parent
2dcfc340fa
commit
8dd18c9fb4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue