1
0
Fork 0

fix(lab): Don't check for render in paths

This commit is contained in:
Joost De Cock 2022-09-18 22:58:03 +02:00
parent 4ab4801940
commit 7730d4976f

View file

@ -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 = ''