mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 21:08:36 +03:00
lint
This commit is contained in:
@@ -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'>
|
||||
|
||||
@@ -161,7 +161,7 @@ class CardStack extends React.Component {
|
||||
className={`card-stack narrative-mode
|
||||
${isCardstack ? '' : ' folded'}`
|
||||
}
|
||||
style={{height}}
|
||||
style={{ height }}
|
||||
>
|
||||
{this.renderNarrativeContent()}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user