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