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 8daf0ed commit 40d0b1cCopy full SHA for 40d0b1c
src/components/app/details/cIDetails/CIDetails.tsx
@@ -363,7 +363,6 @@ export const Details = ({
363
)
364
}
365
366
- console.log('triggerDetails', triggerDetails)
367
368
if (!areTagDetailsRequired && !triggerDetailsLoading && !triggerDetails) return <Reload />
369
if (areTagDetailsRequired && !(tagDetailsLoading || triggerDetailsLoading) && !triggerDetails) return <Reload />
0 commit comments