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