title: auto

des: auto
note:auto
This commit is contained in:
2023-10-26 17:45:01 +08:00
parent 2c29dbea77
commit 2a1e8ccad0

View File

@@ -48,7 +48,13 @@ function MyPortofolioInvestasi() {
return (
<>
<Carousel showThumbs={false} infiniteLoop={true} showArrows={false} showStatus={false} swipeable={true}>
<Carousel
showThumbs={false}
infiniteLoop={true}
showArrows={false}
showStatus={false}
swipeable={true}
>
{dataDummy.map((e) => (
<Card
key={e.id}
@@ -144,8 +150,6 @@ function MyPortofolioInvestasi() {
</Card>
))}
</Carousel>
</>
);
}