Perbaikan PPOB
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user