From d06424c6f4a189d829271ee99745890a9b0e150b Mon Sep 17 00:00:00 2001 From: Jesse Snyder Date: Thu, 26 Sep 2024 17:06:52 -0600 Subject: [PATCH] lints --- web/src/components/Dropdown/Dropdown.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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({ )} ))} -