Merge pull request #572 from matrix-org/dbkr/fix_tests

Don't default the page_type to room directory
This commit is contained in:
Richard van der Hoff 2016-11-24 16:47:36 +00:00 committed by GitHub
commit 57d82eb39e

View File

@ -76,7 +76,7 @@ module.exports = React.createClass({
screen: undefined,
// 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
currentRoomAlias: null,