Skip to content

Commit f7ea0c8

Browse files
committed
fix: use optional chaining for handleStickDynamicTabsToTop function call
1 parent aa80ed1 commit f7ea0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/appDetails/k8Resource/nodeDetail/NodeDetailTabs/Manifest.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ const ManifestComponent = ({
680680
noop()
681681
}
682682

683-
handleStickDynamicTabsToTop()
683+
handleStickDynamicTabsToTop?.()
684684
}
685685

686686
const renderContent = () => {

0 commit comments

Comments
 (0)