Skip to content

Commit

Permalink
fix deep scan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Feb 28, 2024
1 parent 089abbb commit 40da9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/popover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const PopOver: FunctionComponent<PopOverModel> = ({
title={placeholder}
>
<SelecterIcon theme={theme} open={open}>
{icon ? icon : <ChevronDown />}
{icon || <ChevronDown />}
</SelecterIcon>
{placeholder && !$isMobile ? (
<SelecterLabel>{placeholder}</SelecterLabel>
Expand Down

0 comments on commit 40da9f8

Please sign in to comment.