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