|  |  |  | 
|---|
|  |  |  | Code: {mission.destCode} | 
|---|
|  |  |  | </Typography> | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <Stack direction="row" justifyContent="space-between" mb={1}> | 
|---|
|  |  |  | <Divider orientation="horizontal" flexItem /> | 
|---|
|  |  |  | <Stack direction="row" justifyContent="space-between" > | 
|---|
|  |  |  | <Typography variant="overline"> | 
|---|
|  |  |  | Task: [{mission.taskNos.join(',')}] | 
|---|
|  |  |  | </Typography> | 
|---|
|  |  |  | </Stack> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <Stack pl={1} pr={1} direction="row" spacing={1} alignItems="center"> | 
|---|
|  |  |  | <Stack pl={1} pr={1} direction="row" spacing={1} alignItems="center" mb={.3}> | 
|---|
|  |  |  | <Slider | 
|---|
|  |  |  | aria-label="Temperature" | 
|---|
|  |  |  | defaultValue={mission.progress} | 
|---|