diff --git a/react/MuiCozyTheme/ListItem/ListItemContact/index.jsx b/react/MuiCozyTheme/ListItem/ListItemContact/index.jsx index 78e97a0ffd..e6f48699b5 100644 --- a/react/MuiCozyTheme/ListItem/ListItemContact/index.jsx +++ b/react/MuiCozyTheme/ListItem/ListItemContact/index.jsx @@ -1,6 +1,7 @@ import React from 'react' import PropTypes from 'prop-types' +import Filename from '../../../Filename' import Icon from '../../../Icon' import ContactsIcon from '../../../Icons/Contacts' import ListItemBase from '../ListItemBase' @@ -36,6 +37,9 @@ const ListItemContact = ({ secondary={secondaryText} icon={itemIcon} actions={itemActions} + actionMenuComp={{ + Header: + }} selectProps={selectProps} expandedAttributesProps={{ isExpandedAttributesActive,