mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix: enable tooltip on status in user buttons
This commit is contained in:
@@ -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>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user