fixing user dashboard key list
This commit is contained in:
parent
9fd4b03ad1
commit
841778d2a8
|
|
@ -106,9 +106,9 @@ const Dashboard = () => {
|
|||
</Button>
|
||||
</Col>
|
||||
) : (
|
||||
journey.map(data => (
|
||||
journey.map((data, index) => (
|
||||
<Card
|
||||
key={data.ID}
|
||||
key={index}
|
||||
className="flex-row p-3 mb-3 border-0 shadow shadow-sm rounded-4"
|
||||
>
|
||||
<Card.Img
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user