#
luxiaotao1123
2024-09-27 6df1b6a36e02657c6e91ead1a5c9de4a95fd548d
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>