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