Skip to content

Commit 4f26d7e

Browse files
chore: remove unnecessary comments
1 parent fe9c905 commit 4f26d7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/app/details/main.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export default function AppDetailsPage({ isV2 }: AppDetailsProps) {
117117
setSelectedAppList([])
118118
setAppListLoading(true)
119119
const { result } = await getAppOtherEnvironmentMin(appId)
120-
// setAppGroupListData(result)
121120
if (result?.length) {
122121
setAppListOptions(
123122
result

0 commit comments

Comments
 (0)