Skip to content

Commit 9f447c4

Browse files
committed
typo fix
1 parent 63d9de5 commit 9f447c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetail.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function NodeDetailComponent({
133133

134134
}
135135

136-
if (result?.ephemealContainers) {
136+
if (result?.ephemeralContainers) {
137137
_resourceContainers.push(
138138
...result.ephemeralContainers.map((_container) => ({
139139
name: _container.name,

0 commit comments

Comments
 (0)