Add missing var

pull/21833/head
Travis Ralston 2020-06-05 08:40:32 -06:00
parent 211ad66fea
commit 6752c2832e
1 changed files with 1 additions and 0 deletions

View File

@ -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}