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>
|
||||
<KeyTd>Attributes</KeyTd>
|
||||
<ValTd>
|
||||
<Attributes list={bbox.attributes.list} />
|
||||
<Attributes list={props.path.attributes.list} />
|
||||
</ValTd>
|
||||
</Tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue