diff --git a/src/pages/home/report/ReportActionItem.js b/src/pages/home/report/ReportActionItem.js index 3525cd4a8770..a0d920a60185 100644 --- a/src/pages/home/report/ReportActionItem.js +++ b/src/pages/home/report/ReportActionItem.js @@ -6,8 +6,10 @@ import {withOnyx} from 'react-native-onyx'; import CONST from '../../../CONST'; import ONYXKEYS from '../../../ONYXKEYS'; import ReportActionPropTypes from './ReportActionPropTypes'; -import styles from '../../../styles/styles'; -import getReportActionItemStyles from '../../../styles/getReportActionItemStyles'; +import { + getReportActionItemStyle, + getMiniReportActionContextMenuWrapperStyle, +} from '../../../styles/getReportActionItemStyles'; import PressableWithSecondaryInteraction from '../../../components/PressableWithSecondaryInteraction'; import Hoverable from '../../../components/Hoverable'; import PopoverWithMeasuredContent from '../../../components/PopoverWithMeasuredContent'; @@ -107,12 +109,12 @@ class ReportActionItem extends Component { {hovered => ( - + {!this.props.displayAsGroup ? : } - +