fix show for /route route

This commit is contained in:
maxim 2025-04-03 20:33:16 +03:00
parent 33a7c64f84
commit 18dda0cb0b

View File

@ -31,11 +31,12 @@ export const RouteShow = () => {
overflow: 'auto', overflow: 'auto',
}} }}
> >
{value?.map((point, index) => ( {JSON.stringify(value)}
{/* {value?.map((point, index) => (
<Typography key={index} sx={{mb: 0.5}}> <Typography key={index} sx={{mb: 0.5}}>
Точка {index + 1}: [{point[0]}, {point[1]}] Точка {index + 1}: [{point[0]}, {point[1]}]
</Typography> </Typography>
))} ))} */}
</Box> </Box>
), ),
}, },