You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
remove list keys
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user