1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00
This commit is contained in:
Bruno Windels
2018-10-24 14:36:08 +02:00
parent 25b55b2801
commit 30e6fdc122
4 changed files with 8 additions and 11 deletions

View File

@@ -175,7 +175,9 @@ export default class ContextualMenu extends React.Component {
`;
}
const chevron = hasChevron ? <div style={chevronOffset} className={"mx_ContextualMenu_chevron_" + chevronFace} /> : undefined;
const chevron = hasChevron ?
<div style={chevronOffset} className={"mx_ContextualMenu_chevron_" + chevronFace} /> :
undefined;
const className = 'mx_ContextualMenu_wrapper';
const menuClasses = classNames({