Perbaikan PPOB
This commit is contained in:
parent
2f48d74905
commit
475768f074
|
@ -263,18 +263,29 @@ export const Profile = observer(() => {
|
||||||
<Text strong>Foto Toko</Text>
|
<Text strong>Foto Toko</Text>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
|
<Text>
|
||||||
<Image
|
<Image
|
||||||
src={`${appConfig.apiUrl}/config/image/${store.authentication.profileData.userDetail?.image_identity}`}
|
src={
|
||||||
|
store.authentication.dataProfit.profileData
|
||||||
|
?.image_identity
|
||||||
|
? `${appConfig.apiUrl}/config/image/${store.authentication.profileData.userDetail?.image_identity}`
|
||||||
|
: "https://st4.depositphotos.com/14953852/24787/v/600/depositphotos_247872612-stock-illustration-no-image-available-icon-vector.jpg"
|
||||||
|
}
|
||||||
style={{ width: "10vw" }}
|
style={{ width: "10vw" }}
|
||||||
alt="No Photo"
|
|
||||||
/>
|
/>
|
||||||
|
</Text>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
|
<Text>
|
||||||
<Image
|
<Image
|
||||||
src={`${appConfig.apiUrl}/config/image/${store.authentication.profileData.userDetail?.image_store}`}
|
src={
|
||||||
|
store.authentication.dataProfit.profileData?.image_store
|
||||||
|
? `${appConfig.apiUrl}/config/image/${store.authentication.profileData.userDetail?.image_store}`
|
||||||
|
: "https://st4.depositphotos.com/14953852/24787/v/600/depositphotos_247872612-stock-illustration-no-image-available-icon-vector.jpg"
|
||||||
|
}
|
||||||
style={{ width: "10vw" }}
|
style={{ width: "10vw" }}
|
||||||
alt="No Photo"
|
|
||||||
/>
|
/>
|
||||||
|
</Text>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user