WIP: render all cards in narrative

This commit is contained in:
Lachlan Kermode
2019-01-03 18:02:50 +00:00
parent cfea5ee490
commit 8749b3ca34
5 changed files with 104 additions and 78 deletions

View File

@@ -127,7 +127,6 @@ class Dashboard extends React.Component {
}}
/>
<CardStack
isNarrative={!!app.narrative}
onViewSource={this.handleViewSource}
onSelect={this.handleSelect}
onHighlight={this.handleHighlight}