|
|
@@ -167,7 +167,8 @@ const ApplicationDetailCard = ( |
|
|
|
Save |
|
|
|
</Button> |
|
|
|
</> : |
|
|
|
<> |
|
|
|
<>{ |
|
|
|
currentApplicationDetailData.status=="submitted"? |
|
|
|
<Grid item sx={{ ml: 3, mr: 3 }}> |
|
|
|
<Button |
|
|
|
// size="large" |
|
|
@@ -181,6 +182,10 @@ const ApplicationDetailCard = ( |
|
|
|
<Typography ml={1}> Edit</Typography> |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
: |
|
|
|
<div></div> |
|
|
|
} |
|
|
|
|
|
|
|
</> |
|
|
|
} |
|
|
|
|
|
|
|