File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/components/ResourceBrowser/ResourceList Expand file tree Collapse file tree 2 files changed +6
-6
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
Original file line number Diff line number Diff line change 1125
1125
dependencies :
1126
1126
" @jridgewell/trace-mapping" " 0.3.9"
1127
1127
1128
- " @devtron-labs/[email protected] .1-pre-5 " :
1129
- version "1.15.1-pre-5 "
1130
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.1-pre-5 .tgz#5a0e58d329f066193961700c7eb2ac9f4f3e0757 "
1131
- integrity sha512-71Ik06tlMy/Zd7l/XwyGeJqEkQcCxUjMyz+kDMz0jKVPCCyHSyZys2TvcHCTYRf/WRM3rmt0jvUvm+v5HL2WxA ==
1128
+ " @devtron-labs/[email protected] .2 " :
1129
+ version "1.15.2 "
1130
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.2 .tgz#a420e9187c8bfd5fb9a5f3e5bbe1744278718d53 "
1131
+ integrity sha512-PNg9S/UjHNqVac8V0JGi3RgxPt0D48hy4eMbJCvOLSn/aUXVe5t+Ik7CNyjeiiQ5SOG2Ly4ry1wDGQkqXm2Wdw ==
1132
1132
dependencies :
1133
1133
" @codemirror/lang-json" " 6.0.1"
1134
1134
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments