mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Add missing var
This commit is contained in:
parent
211ad66fea
commit
6752c2832e
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
|||
|
||||
// TODO: CSS TBD
|
||||
// TODO: Make this an actual tile
|
||||
const moreTileHeightPx = layout.tileHeight;
|
||||
visibleTiles.splice(visibleTiles.length - 1, 1, (
|
||||
<div
|
||||
onClick={this.onShowAllClick}
|
||||
|
|
Loading…
Reference in a new issue