title: auto
des: auto note:auto
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user