We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc81e6 commit 7a9f947Copy full SHA for 7a9f947
1 file changed
src/components/ContentGroup/ContentGroup.tsx
@@ -189,7 +189,7 @@ export const ContentGroup = ({
189
</div>
190
</ToolbarSection>
191
)}
192
- {!isCollapsed && handlerToggleCollapse && actionOptions && (
+ {(!isCollapsed || !handlerToggleCollapse) && actionOptions && (
193
<ToolbarSection className={`${eccgui}-contentgroup__header__options`}>
194
<Spacing vertical size="small" />
195
{actionOptions}
0 commit comments