1
0
Fork 0

fix: linter warning

This commit is contained in:
joostdecock 2023-06-17 13:47:37 +02:00
parent e35136e755
commit e8613c4e89

View file

@ -36,16 +36,7 @@ const Xray = ({ path }) => {
return output
}
export const PathXray = ({
stackName,
pathName,
part,
path,
settings,
components,
t,
inspector,
}) => (
export const PathXray = ({ stackName, pathName, part, path, settings, components, t }) => (
<>
<Xray path={path} />
<Path {...{ stackName, pathName, path, part, settings, components, t }} />