pull/1770/head
Brice-W 4 years ago
parent 75a20e5de7
commit b2deeb39be

@ -136,7 +136,6 @@ export const MenuItemPinConversation = (
const { conversationId } = props;
const conversation = getConversationController().get(conversationId);
const isPinned = conversation.getIsPinned();
const dispatch = useDispatch();
const nbOfAlreadyPinnedConvos = useSelector(getNumberOfPinnedConversations);
const togglePinConversation = async () => {

Loading…
Cancel
Save