Remove debug
This commit is contained in:
parent
f347019cf8
commit
0694637b06
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ export default class RoomSublist2 extends React.Component<IProps, IState> {
|
||||||
if (localStorage.getItem("mx_rl_mathfn")) {
|
if (localStorage.getItem("mx_rl_mathfn")) {
|
||||||
nVisible = Math[localStorage.getItem("mx_rl_mathfn")](layout.visibleTiles);
|
nVisible = Math[localStorage.getItem("mx_rl_mathfn")](layout.visibleTiles);
|
||||||
}
|
}
|
||||||
console.log({nVisible})
|
|
||||||
const visibleTiles = tiles.slice(0, nVisible);
|
const visibleTiles = tiles.slice(0, nVisible);
|
||||||
|
|
||||||
// If we're hiding rooms, show a 'show more' button to the user. This button
|
// If we're hiding rooms, show a 'show more' button to the user. This button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue