We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b25a88 commit 13eb6eeCopy full SHA for 13eb6ee
src/components/app/details/cIDetails/CIDetails.tsx
@@ -362,7 +362,6 @@ export const Details = ({
362
)
363
}
364
365
-
366
if (!areTagDetailsRequired && !triggerDetailsLoading && !triggerDetails) return <Reload />
367
if (areTagDetailsRequired && !(tagDetailsLoading || triggerDetailsLoading) && !triggerDetails) return <Reload />
368
if (triggerDetails.id !== +buildId) return null
0 commit comments