From 18273a0482aa9debb3e71acec7f3522e9509ea30 Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Wed, 6 Dec 2023 16:11:49 -0500 Subject: [PATCH] lint --- src/components/LHNOptionsList/OptionRowLHN.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LHNOptionsList/OptionRowLHN.js b/src/components/LHNOptionsList/OptionRowLHN.js index 18dca9f1a5f5..a5b9910842bf 100644 --- a/src/components/LHNOptionsList/OptionRowLHN.js +++ b/src/components/LHNOptionsList/OptionRowLHN.js @@ -158,7 +158,7 @@ function OptionRowLHN(props) { optionItem.type === CONST.REPORT.TYPE.CHAT && _.isEmpty(optionItem.chatType) && !optionItem.isThread && lodashGet(optionItem, 'displayNamesWithTooltips.length', 0) > 2; const fullTitle = isGroupChat ? getGroupChatName(ReportUtils.getReport(optionItem.reportID)) : optionItem.text; - let subscriptAvatarBorderColor = props.isFocused ? focusedBackgroundColor : theme.sidebar; + const subscriptAvatarBorderColor = props.isFocused ? focusedBackgroundColor : theme.sidebar; return (