mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing card option buttons
This commit is contained in:
parent
8a53201076
commit
1544512e4a
@ -55,7 +55,7 @@ export function CardItem({ item, tooltip, enableIce, resync, open, call, message
|
||||
)}
|
||||
</ComOptions>
|
||||
)}
|
||||
{ item.status !== 'connected' && display !== 'small' && (
|
||||
{ item.status === 'connected' && display !== 'small' && (
|
||||
<ComOptions>
|
||||
<Tooltip className="option" placement="left" title="message contact">
|
||||
<MessageOutlined onClick={onMessage} />
|
||||
|
Loading…
Reference in New Issue
Block a user