diff --git a/src/components/LHNOptionsList/OptionRowLHN.js b/src/components/LHNOptionsList/OptionRowLHN.js index 3030e2227fad..e94a5ba66439 100644 --- a/src/components/LHNOptionsList/OptionRowLHN.js +++ b/src/components/LHNOptionsList/OptionRowLHN.js @@ -231,7 +231,7 @@ function OptionRowLHN(props) { fill={themeColors.success} /> )} - {optionItem.hasDraftComment && ( + {optionItem.hasDraftComment && optionItem.isAllowedToComment && (