|
|
@@ -27,6 +27,9 @@ import * as HttpUtils from "utils/HttpUtils" |
|
|
|
import * as StatusUtils from "utils/statusUtils/PublicNoteStatusUtils"; |
|
|
|
import * as DateUtils from "utils/DateUtils"; |
|
|
|
import * as FormatUtils from "utils/FormatUtils"; |
|
|
|
import { |
|
|
|
isORGLoggedIn, |
|
|
|
} from "utils/Utils"; |
|
|
|
|
|
|
|
// import BorderColorOutlinedIcon from '@mui/icons-material/BorderColorOutlined'; |
|
|
|
// import DoneIcon from '@mui/icons-material/Done'; |
|
|
@@ -513,7 +516,7 @@ const ApplicationDetailCard = ( |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
{currentApplicationDetailData.orgId === null ? null: |
|
|
|
{isORGLoggedIn() ? |
|
|
|
<Grid item xs={12} md={6} lg={6} sx={{ mb: 1, paddingTop: 2 }}> |
|
|
|
<Grid container alignItems={"center"}> |
|
|
|
<Grid item xs={12} md={3} lg={3} |
|
|
@@ -524,7 +527,7 @@ const ApplicationDetailCard = ( |
|
|
|
<Typography variant="h5">{currentApplicationDetailData.careOf}</Typography> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</Grid>: null |
|
|
|
} |
|
|
|
<Grid item xs={12} md={6} lg={6} sx={{ mb: 1, paddingTop: 2 }}> |
|
|
|
<Grid container alignItems={"center"}> |
|
|
|