We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a4c97 commit 61303e7Copy full SHA for 61303e7
frontend/src/components/resourceMap/details/KubeNodeDetails.tsx
@@ -90,7 +90,7 @@ export const KubeObjectDetails = memo(({ resource }: { resource: KubeObject }) =
90
useEffect(() => {
91
if (!kindComponentMap[kind]) {
92
console.error(
93
- 'No details component for kind ${kind} was found. See KubeNodeDetails.tsx for more info'
+ `No details component for kind ${kind} was found. See KubeNodeDetails.tsx for more info`
94
);
95
}
96
}, [kindComponentMap, kind]);
0 commit comments