mirror of https://github.com/vector-im/riot-web
Merge pull request #572 from matrix-org/dbkr/fix_tests
Don't default the page_type to room directorypull/21833/head
commit
57d82eb39e
|
@ -76,7 +76,7 @@ module.exports = React.createClass({
|
||||||
screen: undefined,
|
screen: undefined,
|
||||||
|
|
||||||
// What the LoggedInView would be showing if visible
|
// What the LoggedInView would be showing if visible
|
||||||
page_type: PageTypes.RoomDirectory,
|
page_type: null,
|
||||||
|
|
||||||
// If we are viewing a room by alias, this contains the alias
|
// If we are viewing a room by alias, this contains the alias
|
||||||
currentRoomAlias: null,
|
currentRoomAlias: null,
|
||||||
|
|
Loading…
Reference in New Issue