Perbaikan PPOB

This commit is contained in:
2022-01-07 18:26:45 +07:00
parent 3c80dcedf6
commit 2f48d74905
2 changed files with 18 additions and 8 deletions

View File

@@ -266,12 +266,14 @@ export const Profile = observer(() => {
<Image
src={`${appConfig.apiUrl}/config/image/${store.authentication.profileData.userDetail?.image_identity}`}
style={{ width: "10vw" }}
alt="No Photo"
/>
</Col>
<Col span={12}>
<Image
src={`${appConfig.apiUrl}/config/image/${store.authentication.profileData.userDetail?.image_store}`}
style={{ width: "10vw" }}
alt="No Photo"
/>
</Col>
</Row>