removed duplicate class

This commit is contained in:
pramod.mahajan 2025-12-02 11:03:11 +05:30
parent 0f8c70a897
commit 6a7066c771

View File

@ -50,7 +50,6 @@ const InputSuggestions = ({
{filteredList.map((org) => (
<li
key={org}
className="ropdown-item"
style={{
cursor: "pointer",
padding: "5px 12px",