mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +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>
|
</ComOptions>
|
||||||
)}
|
)}
|
||||||
{ item.status !== 'connected' && display !== 'small' && (
|
{ item.status === 'connected' && display !== 'small' && (
|
||||||
<ComOptions>
|
<ComOptions>
|
||||||
<Tooltip className="option" placement="left" title="message contact">
|
<Tooltip className="option" placement="left" title="message contact">
|
||||||
<MessageOutlined onClick={onMessage} />
|
<MessageOutlined onClick={onMessage} />
|
||||||
|
Loading…
Reference in New Issue
Block a user