mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-05 23:25:44 -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 ? (
|
alert ? (
|
||||||
channel.last_message.content.slice(0, 32)
|
channel.last_message.content.slice(0, 32)
|
||||||
) : (
|
) : (
|
||||||
<UserStatus user={user} />
|
<UserStatus user={user} tooltip />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue