pass loading to CardSource

This commit is contained in:
Lachlan Kermode
2018-12-10 16:44:27 +00:00
parent eb0f7baadb
commit e15a656479
2 changed files with 11 additions and 9 deletions

View File

@@ -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}
/>