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,
}) => (
<>
-
+
>
)