mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-24 00:38:31 +08:00
Remove useless list
This commit is contained in:
parent
04ff724246
commit
8f05331703
@ -128,7 +128,6 @@ export function ReactionPopupMenu({
|
||||
</menu>
|
||||
</section>
|
||||
<section style={{ marginLeft: "var(--cpd-separator-spacing)" }}>
|
||||
<li key="search" className={styles.reactionPopupMenuItem}>
|
||||
<Tooltip
|
||||
label={
|
||||
isFullyExpanded ? t("action.show_less") : t("action.show_more")
|
||||
@ -146,7 +145,6 @@ export function ReactionPopupMenu({
|
||||
onClick={() => setExpanded(!isFullyExpanded)}
|
||||
/>
|
||||
</Tooltip>
|
||||
</li>
|
||||
</section>
|
||||
</div>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user