fixing user dashboard key list

This commit is contained in:
Dimas Atmodjo 2024-12-20 16:56:29 +07:00
parent 9fd4b03ad1
commit 841778d2a8

View File

@ -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