title: auto
des: auto note:auto
This commit is contained in:
@@ -48,7 +48,13 @@ function MyPortofolioInvestasi() {
|
|||||||
|
|
||||||
return (
|
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) => (
|
{dataDummy.map((e) => (
|
||||||
<Card
|
<Card
|
||||||
key={e.id}
|
key={e.id}
|
||||||
@@ -144,8 +150,6 @@ function MyPortofolioInvestasi() {
|
|||||||
</Card>
|
</Card>
|
||||||
))}
|
))}
|
||||||
</Carousel>
|
</Carousel>
|
||||||
|
|
||||||
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user