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
|
||||
}
|
||||
|
||||
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 }} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue