fixing card option buttons

This commit is contained in:
Roland Osborne 2023-04-13 23:05:20 -07:00
parent 8a53201076
commit 1544512e4a

View File

@ -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} />