Update
This commit is contained in:
@@ -198,7 +198,7 @@ export default function Detail() {
|
|||||||
Detail
|
Detail
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
{requestLog?.status_final_log != 'requested' ? (
|
{/* {requestLog?.status_final_log != 'requested' ? (
|
||||||
<Grid item xs={6} sx={{ display: 'flex', placeContent: 'end' }}>
|
<Grid item xs={6} sx={{ display: 'flex', placeContent: 'end' }}>
|
||||||
<MoreMenu
|
<MoreMenu
|
||||||
actions={
|
actions={
|
||||||
@@ -212,7 +212,7 @@ export default function Detail() {
|
|||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Grid>) : null }
|
</Grid>) : null } */}
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
<Stack direction='row' spacing={2} sx={marginBottom1}>
|
||||||
@@ -614,7 +614,7 @@ export default function Detail() {
|
|||||||
</Card>
|
</Card>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
{statusClaim == 'requested' ? (
|
{statusClaim == 'received' ? (
|
||||||
<Grid container justifyContent="flex-end" sx={{marginRight: '20px'}} padding={2}>
|
<Grid container justifyContent="flex-end" sx={{marginRight: '20px'}} padding={2}>
|
||||||
<Grid item xs={12} md={2}>
|
<Grid item xs={12} md={2}>
|
||||||
<Stack direction="row" padding={4} sx={{ justifyContent: 'space-between' }}>
|
<Stack direction="row" padding={4} sx={{ justifyContent: 'space-between' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user