From e35136e755f95c928e66fc0b5f673cacaf91be5d Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 17 Jun 2023 13:44:08 +0200 Subject: [PATCH] fix: Linter warnings --- packages/react-components/src/pattern-xray/path.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-components/src/pattern-xray/path.mjs b/packages/react-components/src/pattern-xray/path.mjs index 96fdb15f4a3..bc6dbeb1cf0 100644 --- a/packages/react-components/src/pattern-xray/path.mjs +++ b/packages/react-components/src/pattern-xray/path.mjs @@ -8,7 +8,7 @@ const Cp = ({ at }) => ( ) -const Xray = ({ stackName, pathName, path, t, inspector }) => { +const Xray = ({ path }) => { const output = [] let prev let i = 0 @@ -47,7 +47,7 @@ export const PathXray = ({ inspector, }) => ( <> - + )