Skip to content

Commit 31a483f

Browse files
committed
chore: remove comment
1 parent b00f312 commit 31a483f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Shared/Components/SelectPicker/common.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export const SelectPickerMenuList = <OptionValue,>(props: MenuListProps<SelectPi
186186
{/* Added to the bottom of menu list to prevent from hiding when the menu is opened close to the bottom of the screen */}
187187
{!shouldRenderCustomOptions && renderMenuListFooter && (
188188
<div className="dc__position-sticky dc__bottom-0 dc__bottom-radius-4 bcn-0 dc__zi-2">
189-
{/* Passing down value as a prop to ensure that the menu list is not re-rendered and scrolled to top on click */}
190189
{renderMenuListFooter()}
191190
</div>
192191
)}

0 commit comments

Comments
 (0)