File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/ResourceBrowser/ResourceList Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ const ClusterSelector: React.FC<ClusterSelectorType> = ({
116
116
117
117
{ defaultOption ?. isProd && < span className = "px-6 py-2 br-4 bcb-1 cb-7 fs-12 lh-16 fw-5" > Production</ span > }
118
118
119
- { defaultOption ?. value !== String ( DEFAULT_CLUSTER_ID ) ? (
119
+ { defaultOption ?. value !== String ( DEFAULT_CLUSTER_ID ) && (
120
120
< PopupMenu autoClose >
121
121
< PopupMenu . Button rootClassName = "flex ml-auto p-4 border__secondary" isKebab >
122
122
< MenuDots className = "icon-dim-16 fcn-7" data-testid = "popup-menu-button" />
@@ -136,7 +136,7 @@ const ClusterSelector: React.FC<ClusterSelectorType> = ({
136
136
</ div >
137
137
</ PopupMenu . Body >
138
138
</ PopupMenu >
139
- ) : null }
139
+ ) }
140
140
141
141
{ openDeleteClusterModal && (
142
142
< DeleteClusterConfirmationModal
You can’t perform that action at this time.
0 commit comments