diff --git a/src/components/LHNOptionsList/OptionRowLHN.js b/src/components/LHNOptionsList/OptionRowLHN.js index ddac84028404..ed209750f49e 100644 --- a/src/components/LHNOptionsList/OptionRowLHN.js +++ b/src/components/LHNOptionsList/OptionRowLHN.js @@ -55,11 +55,6 @@ const defaultProps = { const OptionRowLHN = (props) => { const optionItem = SidebarUtils.getOptionData(props.reportID); - const isPinned = _.get(optionItem, 'isPinned', false); - - React.useEffect(() => { - ReportActionContextMenu.hideContextMenu(false); - }, [isPinned]); if (!optionItem) { return null;