mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Some further cleanup of presentational stuff
This commit is contained in:
@@ -33,9 +33,8 @@ class CardStack extends React.Component {
|
||||
/>
|
||||
);
|
||||
});
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
renderLocation() {
|
||||
@@ -77,6 +76,7 @@ class CardStack extends React.Component {
|
||||
|
||||
if (this.props.isFetchingEvents) {
|
||||
return this.renderIsLoading();
|
||||
|
||||
} else if (this.props.selected.length > 0) {
|
||||
return (
|
||||
<div id="card-stack" className={`card-stack ${this.props.isCardstack ? '' : ' folded'}`}>
|
||||
|
||||
Reference in New Issue
Block a user