Skip to content

Commit 1043f90

Browse files
committed
review comments fixed
1 parent d72c1a9 commit 1043f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/app/Overview/Overview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ export default function AppOverview({ appMetaInfo, getAppMetaInfoRes, isJobOverv
302302
const renderDeploymentComponent = () => {
303303

304304
if (envList.length > 0) {
305-
//otherEnvsResult[0].result.sort((a, b) => (a.environmentName > b.environmentName ? 1 : -1))
306305
return (
307306
<div className="env-deployments-info-wrapper w-100">
308307
<div

0 commit comments

Comments
 (0)