Merge branch 'develop' of https://gitlab.com/empatnusabangsa/ppob/ppob-frontend into develop
This commit is contained in:
@@ -537,7 +537,7 @@ export const Membership = observer(() => {
|
||||
value={filterMembership}
|
||||
>
|
||||
{store.membership.data.map((item) => (
|
||||
<Option value={item.name} key={item.name}>
|
||||
<Option value={item.id} key={item.id}>
|
||||
{item.name}
|
||||
</Option>
|
||||
))}
|
||||
|
@@ -131,13 +131,13 @@ export const Profile = observer(() => {
|
||||
},
|
||||
{
|
||||
title: "Tujuan",
|
||||
dataIndex: "tujuan",
|
||||
key: "tujuan",
|
||||
dataIndex: "transaction_destination",
|
||||
key: "transaction_destination",
|
||||
},
|
||||
{
|
||||
title: "ID Transaksi",
|
||||
dataIndex: "id_transaksi",
|
||||
key: "id_transaksi",
|
||||
title: "Kode Transaksi",
|
||||
dataIndex: "transaction_code",
|
||||
key: "transaction_code",
|
||||
},
|
||||
{
|
||||
title: "Status",
|
||||
@@ -146,13 +146,13 @@ export const Profile = observer(() => {
|
||||
},
|
||||
{
|
||||
title: "No Seri",
|
||||
dataIndex: "no_seri",
|
||||
key: "no_seri",
|
||||
dataIndex: "seri_number",
|
||||
key: "seri_number",
|
||||
},
|
||||
{
|
||||
title: "IDTrx Mitra",
|
||||
dataIndex: "idtrx_mitra",
|
||||
key: "idtrx_mitra",
|
||||
dataIndex: "partner_transaction_code",
|
||||
key: "partner_transaction_code",
|
||||
},
|
||||
{
|
||||
title: "Transaction Date",
|
||||
@@ -256,7 +256,7 @@ export const Profile = observer(() => {
|
||||
{new Intl.NumberFormat("id-ID", {
|
||||
style: "currency",
|
||||
currency: "IDR",
|
||||
}).format(store.authentication.profileData?.wallet || 0)}
|
||||
}).format(store.authentication.profileData?.profit || 0)}
|
||||
</Text>
|
||||
</Col>
|
||||
<Col></Col>
|
||||
|
Reference in New Issue
Block a user