removed double class name
This commit is contained in:
parent
d4582c101a
commit
54ca807436
@ -50,7 +50,6 @@ const InputSuggestions = ({
|
||||
{filteredList.map((org) => (
|
||||
<li
|
||||
key={org}
|
||||
className="ropdown-item"
|
||||
style={{
|
||||
cursor: "pointer",
|
||||
padding: "5px 12px",
|
||||
|
||||
11
src/components/purchase/PurchaseList.jsx
Normal file
11
src/components/purchase/PurchaseList.jsx
Normal file
@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
const PurchaseList = () => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default PurchaseList
|
||||
Loading…
x
Reference in New Issue
Block a user