Debugging issues with broken sources

This commit is contained in:
efarooqui
2020-09-22 10:26:05 -07:00
parent 3b4efc0cce
commit a4cd28d19f
3 changed files with 15 additions and 20 deletions

View File

@@ -136,7 +136,6 @@ class CardStack extends React.Component {
render () {
const { isCardstack, selected, narrative, timelineDims } = this.props
// TODO: make '237px', which is the narrative header, less hard-coded
const height = `calc(100% - 237px - ${timelineDims.height}px)`
if (selected.length > 0) {