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 b235ae7 commit 861c170Copy full SHA for 861c170
src/Shared/Components/CICDHistory/LogsRenderer.tsx
@@ -457,9 +457,9 @@ export const LogsRenderer = ({
457
aria-label="Expand all stages"
458
>
459
{areAllStagesExpanded ? (
460
- <ICExpandAll className="icon-dim-16 dc__no-shrink dc__transition--transform scn-0" />
461
- ) : (
462
<ICCollapseAll className="icon-dim-16 dc__no-shrink dc__transition--transform scn-0" />
+ ) : (
+ <ICExpandAll className="icon-dim-16 dc__no-shrink dc__transition--transform scn-0" />
463
)}
464
</button>
465
</Tooltip>
0 commit comments