fix(lab): Don't check for render in paths
This commit is contained in:
parent
4ab4801940
commit
7730d4976f
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ const XrayPath = props => {
|
|||
|
||||
const Path = props => {
|
||||
const { path, partName, pathName } = props
|
||||
if (!path.render) return null
|
||||
if (path.hidden) return null
|
||||
const output = []
|
||||
const pathId = 'path-' + partName + '-' + pathName
|
||||
let d = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue