This commit is contained in:
Lachlan Kermode
2020-06-26 17:00:22 +02:00
parent f3c6f2a11a
commit bcabc2b2dc
4 changed files with 8 additions and 9 deletions

View File

@@ -65,7 +65,6 @@ class Card extends React.Component {
return <div>ERROR: something went wrong loading sources, TODO:</div>
}
const sourceLang = copy[this.props.language].cardstack.sources
return (
<div className='card-col'>

View File

@@ -161,7 +161,7 @@ class CardStack extends React.Component {
className={`card-stack narrative-mode
${isCardstack ? '' : ' folded'}`
}
style={{height}}
style={{ height }}
>
{this.renderNarrativeContent()}
</div>