mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
remove list keys
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
e685f1239d
commit
d3bc7fe806
1 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ export default class MessageContextMenu extends React.Component {
|
|||
}
|
||||
|
||||
const commonItemsList = (
|
||||
<IconizedContextMenuOptionList key={'group1'}>
|
||||
<IconizedContextMenuOptionList>
|
||||
{ quoteButton }
|
||||
{ forwardButton }
|
||||
{ pinButton }
|
||||
|
@ -405,7 +405,7 @@ export default class MessageContextMenu extends React.Component {
|
|||
|
||||
if (redactButton) {
|
||||
redactItemList = (
|
||||
<IconizedContextMenuOptionList key={'group2'} red>
|
||||
<IconizedContextMenuOptionList red>
|
||||
{ redactButton }
|
||||
</IconizedContextMenuOptionList>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue