fix show
for /route
route
This commit is contained in:
parent
33a7c64f84
commit
18dda0cb0b
@ -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>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user