From 451218ac72e1aa2fc6cbc7ec97332d9c95f77ed2 Mon Sep 17 00:00:00 2001 From: Nikhil Vats Date: Mon, 2 Oct 2023 23:18:39 +0530 Subject: [PATCH] Fix outdated code after merging --- src/components/SelectionList/BaseListItem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SelectionList/BaseListItem.js b/src/components/SelectionList/BaseListItem.js index d198979fdf8e..8a42c84ffc67 100644 --- a/src/components/SelectionList/BaseListItem.js +++ b/src/components/SelectionList/BaseListItem.js @@ -44,10 +44,10 @@ function BaseListItem({item, isFocused = false, isDisabled = false, showTooltip, ]} > {canSelectMultiple && ( - +