Skip to content

Commit dcd95c3

Browse files
authored
fix aciongroup more icon not rendering (#3501)
1 parent 4902631 commit dcd95c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/actiongroup/src/ActionGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ function ActionGroupMenu<T>({state, isDisabled, isEmphasized, staticColor, items
462462
}
463463
isDisabled={isDisabled}
464464
staticColor={staticColor}>
465-
{summaryIcon ? <More /> : null}
465+
{summaryIcon || <More />}
466466
</ActionButton>
467467
</PressResponder>
468468
</SlotProvider>

0 commit comments

Comments
 (0)