open cards by default

This commit is contained in:
Lachlan Kermode
2018-12-10 16:35:18 +00:00
parent 0852074d60
commit eb0f7baadb
2 changed files with 21 additions and 35 deletions

View File

@@ -91,7 +91,7 @@ function mapStateToProps(state) {
selected: state.app.selected,
language: state.app.language,
isCardstack: state.app.flags.isCardstack,
isLoading: state.app.flags.isFetchingEvents
isLoading: state.app.flags.isFetchingSources
}
}