This commit is contained in:
Lachlan Kermode
2022-03-10 07:20:48 -05:00
parent 330a7c56d0
commit 86fcd1a942
12 changed files with 54 additions and 34 deletions

View File

@@ -145,7 +145,7 @@ class CardStack extends React.Component {
}
render() {
const { isCardstack, selected, narrative, timelineDims } = this.props;
const { isCardstack, selected, narrative } = this.props;
if (selected.length > 0) {
if (!narrative) {
return (