Alur Payment

# feat
- Pembelian saham
- Function progres
### No Issue
This commit is contained in:
2023-12-12 13:56:39 +08:00
parent 26a7b988df
commit 693bb65710
126 changed files with 1204 additions and 316 deletions

View File

@@ -190,11 +190,11 @@ export default function TransferInvestasi({
>
<Grid align="center">
<Grid.Col span={8}>
<Text fw={"bold"}>Rp. {transaksi.totalTransfer}</Text>
{/* <Text fw={"bold"}>Rp. {transaksi.totalTransfer}</Text> */}
</Grid.Col>
<Grid.Col span={4}>
<Center>
<CopyButton value={transaksi.totalTransfer}>
{/* <CopyButton value={transaksi.totalTransfer}>
{({ copied, copy }) => (
<Button
variant="filled"
@@ -207,7 +207,7 @@ export default function TransferInvestasi({
{copied ? "Tersalin" : "Salin"}
</Button>
)}
</CopyButton>
</CopyButton> */}
</Center>
</Grid.Col>
</Grid>