mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
pass loading to CardSource
This commit is contained in:
@@ -89,6 +89,7 @@ class Card extends React.Component {
|
||||
renderSource() {
|
||||
return (
|
||||
<CardSource
|
||||
isLoading={this.props.isLoading}
|
||||
language={this.props.language}
|
||||
source={this.props.event.source}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user