Skip to content

Commit dfb873b

Browse files
committed
fix: remove get scanned status call
1 parent 65cd8b7 commit dfb873b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/app/details/appDetails/SourceInfo.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ export const SourceInfo = ({
9191
message = Rollout[0].health.message
9292
}
9393

94-
useEffect(() => {
95-
if (appDetails?.ciArtifactId && appDetails?.appId) {
96-
getScannedStatus()
97-
}
98-
}, [appDetails?.ciArtifactId, appDetails?.appId])
99-
10094
const onClickShowCommitInfo = (e): void => {
10195
e.stopPropagation()
10296
showCommitInfo(true)

0 commit comments

Comments
 (0)