fix: linter warning
This commit is contained in:
parent
e35136e755
commit
e8613c4e89
1 changed files with 1 additions and 10 deletions
|
@ -36,16 +36,7 @@ const Xray = ({ path }) => {
|
||||||
return output
|
return output
|
||||||
}
|
}
|
||||||
|
|
||||||
export const PathXray = ({
|
export const PathXray = ({ stackName, pathName, part, path, settings, components, t }) => (
|
||||||
stackName,
|
|
||||||
pathName,
|
|
||||||
part,
|
|
||||||
path,
|
|
||||||
settings,
|
|
||||||
components,
|
|
||||||
t,
|
|
||||||
inspector,
|
|
||||||
}) => (
|
|
||||||
<>
|
<>
|
||||||
<Xray path={path} />
|
<Xray path={path} />
|
||||||
<Path {...{ stackName, pathName, path, part, settings, components, t }} />
|
<Path {...{ stackName, pathName, path, part, settings, components, t }} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue