1
0
Fork 0

Fix to display Path information

This commit is contained in:
bobgeorgethe3rd 2023-02-05 17:10:32 +00:00
parent fb68fe0d7d
commit 80796033c3

View file

@ -502,7 +502,7 @@ export const pathInfo = (props) => {
<Tr> <Tr>
<KeyTd>Attributes</KeyTd> <KeyTd>Attributes</KeyTd>
<ValTd> <ValTd>
<Attributes list={bbox.attributes.list} /> <Attributes list={props.path.attributes.list} />
</ValTd> </ValTd>
</Tr> </Tr>
</tbody> </tbody>