Merge branch 'develop' into 'devops-staging'

Develop Fitur

See merge request empatnusabangsa/ppob/ppob-frontend!93
This commit is contained in:
ajat sudrajat 2022-01-26 12:39:50 +00:00
commit 2496d45043
2 changed files with 7 additions and 5 deletions

View File

@ -566,7 +566,7 @@ export const DetailUser = observer(() => {
<Text strong>Foto Toko</Text>
<Text>
<Row>
{store.authentication.listImage.map(
{store.authentication.listImage?store.authentication.listImage.map(
(item, index) => (
<Image
key={index}
@ -578,7 +578,7 @@ export const DetailUser = observer(() => {
style={{ width: "10vw", marginRight: 15 }}
/>
)
)}
) : ""}
</Row>
</Text>
</Col>
@ -608,7 +608,7 @@ export const DetailUser = observer(() => {
<Text strong>Foto Toko</Text>
<Text>
<Row>
{store.authentication.listImage.map((item, index) => (
{store.authentication.listImage?store.authentication.listImage.map((item, index) => (
<Image
key={index}
src={
@ -618,7 +618,7 @@ export const DetailUser = observer(() => {
}
style={{ width: "10vw", marginRight: 15 }}
/>
))}
)):""}
</Row>
</Text>
</Col>
@ -811,10 +811,11 @@ export const DetailUser = observer(() => {
>
<List.Item.Meta
className={["cariparkir-container"].join(" ")}
title={item.buyer}
title={item.name}
description={
<div style={{}}>
<p>
<small>Pembeli : {item.buyer}</small> <br />
<small>Price : {item.price}</small> <br />
<small>
Tujuan : {item.transaction_destination}

View File

@ -434,6 +434,7 @@ export const Membership = observer(() => {
description={
<div style={{}}>
<p>
<small>Username : {item.username}</small> <br />
<small>Role : {item.roles?.name}</small> <br />
<small>Saldo : {item.coa?.amount}</small> <br />
<Button