Skip to content

Commit

Permalink
cleanup console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Feb 21, 2024
1 parent 6a118e2 commit 9bad7b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/dropdown/Dropdown.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const DropdownMenuItemStyled = styled.li`
cursor: pointer;
font-size: ${fontSize.base};
${(props) => {
console.log(props.isSelected);
return props.isSelected
? `background-color: ${props.theme.highlight};`
: `background-color: ${props.theme.backgroundLevel1};`;
Expand Down

0 comments on commit 9bad7b0

Please sign in to comment.