Skip to content

Commit

Permalink
Update src/components/PopoverDropdown/PopoverDropdown.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Matin shafiei <[email protected]>
  • Loading branch information
usman-deriv and matin-deriv authored Aug 2, 2024
1 parent 66f3c99 commit 1e4b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PopoverDropdown/PopoverDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const PopoverDropdown = ({ dropdownList, onClick, tooltipMessage }: TPopoverDrop
</TooltipMenuIcon>
)}
{visible && (
<div className='popover-dropdown__list' data-testid='dt_popover_dropdown__list'>
<div className='popover-dropdown__list' data-testid='dt_popover_dropdown_list'>
{dropdownList.map(item => (
<Button
className='popover-dropdown__list-item'
Expand Down

0 comments on commit 1e4b4f7

Please sign in to comment.