You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Add missing var
This commit is contained in:
@@ -237,6 +237,7 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
|||||||
|
|
||||||
// TODO: CSS TBD
|
// TODO: CSS TBD
|
||||||
// TODO: Make this an actual tile
|
// TODO: Make this an actual tile
|
||||||
|
const moreTileHeightPx = layout.tileHeight;
|
||||||
visibleTiles.splice(visibleTiles.length - 1, 1, (
|
visibleTiles.splice(visibleTiles.length - 1, 1, (
|
||||||
<div
|
<div
|
||||||
onClick={this.onShowAllClick}
|
onClick={this.onShowAllClick}
|
||||||
|
|||||||
Reference in New Issue
Block a user