removed double class name

This commit is contained in:
pramod.mahajan 2025-11-26 17:52:22 +05:30
parent d4582c101a
commit 54ca807436
2 changed files with 11 additions and 1 deletions

View File

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

View File

@ -0,0 +1,11 @@
import React from 'react'
const PurchaseList = () => {
return (
<div>
</div>
)
}
export default PurchaseList