zy-acs-flow/src/page/mission/MissionCard.jsx
@@ -18,11 +18,7 @@ ); }; export const MissionCardContent = ({ provided, snapshot, mission, }) => { export const MissionCardContent = ({ provided, snapshot, mission, }) => { const redirect = useRedirect(); const handleClick = () => { redirect(`/mission/${mission.id}/show`, undefined, undefined, undefined, { @@ -58,7 +54,7 @@ {mission.groupNo} </Typography> <Typography variant="caption" color="textSecondary"> 1 {mission.posType} </Typography> </Box> </Box>