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