Skip to content

Commit e5fed32

Browse files
committed
Minor fix
1 parent 331f355 commit e5fed32

File tree

1 file changed

+1
-1
lines changed
  • src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs

1 file changed

+1
-1
lines changed

src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs/EventsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function EventsTable({ loading, eventsList, isResourceBrowserView, errorV
2020
if (eventsList && eventsList.length > 0) {
2121
return (
2222
<div className="cn-0 ">
23-
{errorValue.status === TERMINAL_STATUS.TERMINATED && <div className="pl-20 h-24 flex left pr-20 w-100 bcr-7 cn-0">
23+
{errorValue?.status === TERMINAL_STATUS.TERMINATED && <div className="pl-20 h-24 flex left pr-20 w-100 bcr-7 cn-0">
2424
{TERMINAL_TEXT.POD_TERMINATED}&nbsp; {errorValue.errorReason}&nbsp;
2525
<u className="cursor" onClick={reconnect}>
2626
{TERMINAL_TEXT.INITIATE_CONNECTION}

0 commit comments

Comments
 (0)