Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Sep 26, 2024
1 parent 3bb325d commit d06424c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/components/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function Dropdown<T>({
>
{option.leftIconClass && (
<span className="icon mr-3">
<i className={option.leftIconClass}></i>
<i className={option.leftIconClass} />
</span>
)}
{option.label}
Expand Down Expand Up @@ -188,7 +188,6 @@ function Dropdown<T>({
)}
</button>
))}

</div>
</div>
</div>
Expand Down

0 comments on commit d06424c

Please sign in to comment.