adding pinning/zapping on the side panel

This commit is contained in:
talksik
2022-06-25 12:21:46 -05:00
parent 521b8bff41
commit 6f8766cc22
2 changed files with 24 additions and 13 deletions
-12
View File
@@ -116,18 +116,6 @@ function ConversationDetails({ masterConversation }: { masterConversation: Maste
<Divider orientation={'vertical'} flexItem />
<Tooltip title="Add to priority panel!">
{isPriority ? (
<Fab size="small" color="primary">
<FiZap />
</Fab>
) : (
<IconButton size="small">
<FiZap />
</IconButton>
)}
</Tooltip>
<Tooltip title="Add people to the conversation">
<IconButton size="small">
<FiUserPlus />