fucking commit

This commit is contained in:
Amirhossein Mahmoodi
2025-01-06 13:23:48 +03:30
parent 0565a448d6
commit 3933e2151e

View File

@@ -69,7 +69,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => {
setOtpSended(true); setOtpSended(true);
setDelayPerRequest(true); setDelayPerRequest(true);
}) })
.catch(() => {}); .catch(() => { });
}; };
return ( return (
@@ -140,7 +140,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => {
<Chip label="راهدار / راهداران حاضر در گشت" /> <Chip label="راهدار / راهداران حاضر در گشت" />
</Divider> </Divider>
{watch("road_patrol_rahdaran_id")?.map((rahdar, index) => ( {watch("road_patrol_rahdaran_id")?.map((rahdar, index) => (
<Box sx={{ display: "flex", alignItems: "center", my: 1 }}> <Box key={index} sx={{ display: "flex", alignItems: "center", my: 1 }}>
<Typography>نام و کد راهدار</Typography> <Typography>نام و کد راهدار</Typography>
<Divider sx={{ flex: 1, mx: 2 }} /> <Divider sx={{ flex: 1, mx: 2 }} />
<Typography> <Typography>