Skip to content

Commit 861c170

Browse files
committed
fix: action defines icon
1 parent b235ae7 commit 861c170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/CICDHistory/LogsRenderer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,9 @@ export const LogsRenderer = ({
457457
aria-label="Expand all stages"
458458
>
459459
{areAllStagesExpanded ? (
460-
<ICExpandAll className="icon-dim-16 dc__no-shrink dc__transition--transform scn-0" />
461-
) : (
462460
<ICCollapseAll className="icon-dim-16 dc__no-shrink dc__transition--transform scn-0" />
461+
) : (
462+
<ICExpandAll className="icon-dim-16 dc__no-shrink dc__transition--transform scn-0" />
463463
)}
464464
</button>
465465
</Tooltip>

0 commit comments

Comments
 (0)