diff --git a/src/components/LHNOptionsList/OptionRowLHN.js b/src/components/LHNOptionsList/OptionRowLHN.js index 897019f77a1c..17c2ef0c1998 100644 --- a/src/components/LHNOptionsList/OptionRowLHN.js +++ b/src/components/LHNOptionsList/OptionRowLHN.js @@ -185,7 +185,7 @@ function OptionRowLHN(props) { testID={optionItem.reportID} onSecondaryInteraction={(e) => { showPopover(e); - // // Ensure that we blur the composer when opening context menu, so that only one component is focused at a time + // Ensure that we blur the composer when opening context menu, so that only one component is focused at a time DomUtils.getActiveElement().blur(); }} withoutFocusOnSecondaryInteraction