mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
lint
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user