Fix to display Path information
This commit is contained in:
parent
fb68fe0d7d
commit
80796033c3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue