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) => ( {filteredList.map((org) => (
<li <li
key={org} key={org}
className="ropdown-item"
style={{ style={{
cursor: "pointer", cursor: "pointer",
padding: "5px 12px", padding: "5px 12px",