Bug Fixing

This commit is contained in:
2022-01-25 09:59:57 +07:00
parent f6cc7ee359
commit 198063a7d9
12 changed files with 177 additions and 456 deletions

View File

@@ -306,27 +306,6 @@ export const Profile = observer(() => {
</Col>
</Row>
)}
{/* {store.authentication.userData.role === "Supervisor" && (
<Row>
<Col span={12}>
<Text strong>Foto Identitas</Text>
</Col>
<Col span={12}></Col>
<Col span={12}>
<Text>
<Image
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" }}
/>
</Text>
</Col>
</Row>
)} */}
</Row>
</Col>
<Col span={store.ui.mediaQuery.isMobile ? 24 : 5}>