This commit is contained in:
Will Hunt
2024-11-11 15:22:14 +00:00
parent 005cbdf9b1
commit 787ad4b45f

View File

@@ -136,9 +136,7 @@ export function ReactionPopupMenu({
<CpdButton
iconOnly
aria-label={
isFullyExpanded
? t("action.show_less")
: t("action.show_more")
isFullyExpanded ? t("action.show_less") : t("action.show_more")
}
Icon={isFullyExpanded ? ChevronUpIcon : ChevronDownIcon}
kind="tertiary"