mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
fix lint
This commit is contained in:
parent
7ccc694eea
commit
6d2e582083
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ export default class AppTile extends React.Component {
|
|||
const menuBarClasses = classNames({
|
||||
mx_AppTileMenuBar: true,
|
||||
mx_AppTileMenuBar_expanded: this.props.show,
|
||||
})
|
||||
});
|
||||
|
||||
return (
|
||||
<div className={appTileClass} id={this.props.id}>
|
||||
|
|
Loading…
Reference in a new issue