diff --git a/src/components/CardsInvestasi/CardsInvestasi.js b/src/components/CardsInvestasi/CardsInvestasi.js index 94564d4e129b2d59ce8c8e7ca0963c3c03aeccf4..9f70c8bee4c3faa26783d8cd6fbd06e990cd4ff7 100644 --- a/src/components/CardsInvestasi/CardsInvestasi.js +++ b/src/components/CardsInvestasi/CardsInvestasi.js @@ -31,7 +31,7 @@ const CardsInvestasi = ({ posts, loading }) => { <br /> Jumlah: {post.nominal} lot <br /> - Harga per lot: Rp{post.uangInvestasi/100} + Harga jual saham: Rp {post.hargaSaham} </p> </Card.Text> <a href={"/beli-investasi/"+post.pk}><button id="m-i-buat" className="wkd-nav-button card-investasi-button">Beli Saham</button></a>