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 <CpdButton
iconOnly iconOnly
aria-label={ aria-label={
isFullyExpanded isFullyExpanded ? t("action.show_less") : t("action.show_more")
? t("action.show_less")
: t("action.show_more")
} }
Icon={isFullyExpanded ? ChevronUpIcon : ChevronDownIcon} Icon={isFullyExpanded ? ChevronUpIcon : ChevronDownIcon}
kind="tertiary" kind="tertiary"