Skip to content

Commit 22b0912

Browse files
committed
Merge branch 'main' into feat/fe-misc-clone
2 parents 982f08d + a85f262 commit 22b0912

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/ResourceBrowser/ResourceList/ClusterSelector.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const ClusterSelector: React.FC<ClusterSelectorType> = ({
116116

117117
{defaultOption?.isProd && <span className="px-6 py-2 br-4 bcb-1 cb-7 fs-12 lh-16 fw-5">Production</span>}
118118

119-
{defaultOption?.value !== String(DEFAULT_CLUSTER_ID) ? (
119+
{defaultOption?.value !== String(DEFAULT_CLUSTER_ID) && (
120120
<PopupMenu autoClose>
121121
<PopupMenu.Button rootClassName="flex ml-auto p-4 border__secondary" isKebab>
122122
<MenuDots className="icon-dim-16 fcn-7" data-testid="popup-menu-button" />
@@ -136,7 +136,7 @@ const ClusterSelector: React.FC<ClusterSelectorType> = ({
136136
</div>
137137
</PopupMenu.Body>
138138
</PopupMenu>
139-
) : null}
139+
)}
140140

141141
{openDeleteClusterModal && (
142142
<DeleteClusterConfirmationModal

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,10 +1125,10 @@
11251125
dependencies:
11261126
"@jridgewell/trace-mapping" "0.3.9"
11271127

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==
11321132
dependencies:
11331133
"@codemirror/lang-json" "6.0.1"
11341134
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)