Skip to content

Commit

Permalink
resolve sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Jun 11, 2024
1 parent 6bf9a07 commit d14e258
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ui/components/Chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export const Chip = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDi
className={cn("m-1 w-fit bg-gray-100 text-gray-900 rounded px-2 py-1 flex items-center border border-gray-400 focus:border-blue-500 focus:border-2 focus:outline-none", className)}
style={{ height: "28px", borderStyle: "solid" }}
ref={ref}
onClick={(e) => {
console.log("Chip clicked")
}}
{...props}
>
<span>{chip}</span>
Expand Down

0 comments on commit d14e258

Please sign in to comment.