From fad5f5b81f0a35c45d923df789780d5f922bc788 Mon Sep 17 00:00:00 2001 From: Siddhant Rai Date: Mon, 8 Apr 2024 17:45:56 +0530 Subject: [PATCH] fix: added requested changes --- frontend/src/components/Dropdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Dropdown.tsx b/frontend/src/components/Dropdown.tsx index 279070cb..75a22a73 100644 --- a/frontend/src/components/Dropdown.tsx +++ b/frontend/src/components/Dropdown.tsx @@ -48,7 +48,7 @@ function Dropdown({ > {isOpen && ( -
+
{options.map((option: any, index) => (