From db00871f44de52560c4fcadec9fc672c2f5b2c16 Mon Sep 17 00:00:00 2001 From: sangram Date: Thu, 18 Jul 2024 01:31:20 +0530 Subject: [PATCH] Fixed the dropdown and the contents of the dropdown section --- components/Dropdown/dropdown.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Dropdown/dropdown.js b/components/Dropdown/dropdown.js index 958e959e..ddf605a7 100644 --- a/components/Dropdown/dropdown.js +++ b/components/Dropdown/dropdown.js @@ -7,15 +7,15 @@ function Dropdown({ active, items, setOptions, setOptions2 }) {