diff --git a/web/src/components/Dropdown/Dropdown.tsx b/web/src/components/Dropdown/Dropdown.tsx index 62f2a79..9e7e925 100644 --- a/web/src/components/Dropdown/Dropdown.tsx +++ b/web/src/components/Dropdown/Dropdown.tsx @@ -155,7 +155,7 @@ function Dropdown({ > {option.leftIconClass && ( - + )} {option.label} @@ -188,7 +188,6 @@ function Dropdown({ )} ))} -