Perbaikan PPOB

This commit is contained in:
2022-01-07 19:55:37 +07:00
parent b85af8fca6
commit 0a6fabc7d2
2 changed files with 58 additions and 46 deletions

View File

@@ -297,9 +297,7 @@ export const Profile = observer(() => {
<Col span={12}>
<Text strong>Foto Identitas</Text>
</Col>
<Col span={12}>
<Text strong>Foto Toko</Text>
</Col>
<Col span={12}></Col>
<Col span={12}>
<Text>
<Image
@@ -313,19 +311,6 @@ export const Profile = observer(() => {
/>
</Text>
</Col>
<Col span={12}>
<Text>
<Image
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" }}
/>
</Text>
</Col>
</Row>
)}
</Row>